mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-01 16:06:59 +00:00
Fix typo.
This commit is contained in:
parent
f33c7c5542
commit
49e99fb884
@ -89,9 +89,9 @@ typedef void(^tValidationCompletion)(BOOL validated, NSError *error);
|
||||
*
|
||||
* Authentication is a 2 step process:
|
||||
* 1) authenticate:
|
||||
* a token is aquired depending on the authenticationType
|
||||
* a token is acquired depending on the authenticationType
|
||||
* 2) validation:
|
||||
* the aquired token from step 1 is validated depending the validationType
|
||||
* the acquired token from step 1 is validated depending the validationType
|
||||
*
|
||||
* There are currently 3 ways of authentication:
|
||||
* 1) authenticate the user via email only (`BITAuthenticatorAuthTypeEmail`)
|
||||
|
Loading…
x
Reference in New Issue
Block a user