You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: submodules/AuthorizationUI/Sources/AuthorizationSequencePhoneEntryControllerNode.swift
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -576,11 +576,10 @@ final class AuthorizationSequencePhoneEntryControllerNode: ASDisplayNode {
576
576
}
577
577
578
578
func updateDisplayPasskeyLoginOption(){
579
-
//TODO:localize
580
579
ifself.account ==nil{
581
580
return
582
581
}
583
-
letattributedText=NSMutableAttributedString(attributedString:parseMarkdownIntoAttributedString("Enter your phone number\nor [log in using Passkey >](passkey)", attributes:MarkdownAttributes(
0 commit comments