Skip to content

Commit e08fc28

Browse files
committed
Change default token to None.
1 parent 5b13f69 commit e08fc28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

auth_backend/auth_plugins/telegram.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
class TelegramSettings(Settings):
2828
TELEGRAM_REDIRECT_URL: str = "https://app.test.profcomff.com/auth"
29-
TELEGRAM_BOT_TOKEN: str = '' # Сделал так для тестов, однако токен нужен для работы авторизации!
29+
TELEGRAM_BOT_TOKEN: str | None = None # Сделал так для тестов, однако токен нужен для работы авторизации!
3030

3131

3232
class TelegramAuth(OauthMeta):

0 commit comments

Comments
 (0)