Document FRESH_CHANGE_PHONE_FORBIDDEN

Closes #1464.
This commit is contained in:
Lonami Exo
2020-05-17 09:27:44 +02:00
parent 634bc3a8bd
commit 856538635d
2 changed files with 2 additions and 1 deletions

View File

@@ -43,7 +43,7 @@ account.saveAutoDownloadSettings,user,
account.saveSecureValue,user,PASSWORD_REQUIRED
account.saveTheme,user,
account.saveWallPaper,user,WALLPAPER_INVALID
account.sendChangePhoneCode,user,PHONE_NUMBER_INVALID
account.sendChangePhoneCode,user,FRESH_CHANGE_PHONE_FORBIDDEN PHONE_NUMBER_INVALID
account.sendConfirmPhoneCode,user,HASH_INVALID
account.sendVerifyEmailCode,user,EMAIL_INVALID
account.sendVerifyPhoneCode,user,
1 method usability errors
43 account.saveSecureValue user PASSWORD_REQUIRED
44 account.saveTheme user
45 account.saveWallPaper user WALLPAPER_INVALID
46 account.sendChangePhoneCode user PHONE_NUMBER_INVALID FRESH_CHANGE_PHONE_FORBIDDEN PHONE_NUMBER_INVALID
47 account.sendConfirmPhoneCode user HASH_INVALID
48 account.sendVerifyEmailCode user EMAIL_INVALID
49 account.sendVerifyPhoneCode user