Skip to content

Commit ebaa930

Browse files
committed
Revert "Disable PASSKEY as requested by Telegram"
Passkey works on Proton Pass, so I decided to enable it again for those who use this password manager. Not all password managers work.
1 parent b86ae93 commit ebaa930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TMessagesProj/src/main/java/org/telegram/messenger/BuildVars.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class BuildVars {
2525
public static String BUILD_VERSION_STRING = BuildConfig.BUILD_VERSION_STRING;
2626

2727
// works only on official app ids, disable on your forks
28-
public static boolean SUPPORTS_PASSKEYS = false;
28+
public static boolean SUPPORTS_PASSKEYS = true;
2929

3030
public static int APP_ID = 4;
3131
public static String APP_HASH = "014b35b6184100b085b0d0572f9b5103";

0 commit comments

Comments
 (0)