We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b86ae93 commit ebaa930Copy full SHA for ebaa930
TMessagesProj/src/main/java/org/telegram/messenger/BuildVars.java
@@ -25,7 +25,7 @@ public class BuildVars {
25
public static String BUILD_VERSION_STRING = BuildConfig.BUILD_VERSION_STRING;
26
27
// works only on official app ids, disable on your forks
28
- public static boolean SUPPORTS_PASSKEYS = false;
+ public static boolean SUPPORTS_PASSKEYS = true;
29
30
public static int APP_ID = 4;
31
public static String APP_HASH = "014b35b6184100b085b0d0572f9b5103";
0 commit comments