Compare commits

..

No commits in common. "13551b70d5302c6d72fd911bcda953b6a13ab4d0" and "db5d55d8e310552bd006560e04eb720ad23f04a3" have entirely different histories.

4 changed files with 9 additions and 13 deletions

View File

@ -130,8 +130,6 @@ func (ls *LocalHandlerService) GetHandler(accountService remote.AccountService)
ls.DbRs.AddLocalFunc("confirm_new_alias", appHandlers.ConfirmNewAlias) ls.DbRs.AddLocalFunc("confirm_new_alias", appHandlers.ConfirmNewAlias)
ls.DbRs.AddLocalFunc("check_account_created", appHandlers.CheckAccountCreated) ls.DbRs.AddLocalFunc("check_account_created", appHandlers.CheckAccountCreated)
ls.DbRs.AddLocalFunc("reset_api_call_failure", appHandlers.ResetApiCallFailure) ls.DbRs.AddLocalFunc("reset_api_call_failure", appHandlers.ResetApiCallFailure)
ls.DbRs.AddLocalFunc("save_alias_hint", appHandlers.SaveAliasHint)
ls.first = appHandlers.Init ls.first = appHandlers.Init

View File

@ -1,4 +0,0 @@
CATCH incorrect_pin flag_incorrect_pin 1
CATCH pin_entry flag_allow_update 0
LOAD request_custom_alias 0
MOVE confirm_new_alias

View File

@ -1,2 +1,2 @@
Your full alias will be: {{.get_suggested_alias}} Your full alias will be: {{.get_suggested_alias}}
Please choose `Ok` to accept or `Cancel` to stop: Please enter your PIN to confirm:

View File

@ -1,10 +1,12 @@
LOAD reset_invalid_pin 6
RELOAD reset_invalid_pin
LOAD get_suggested_alias 0 LOAD get_suggested_alias 0
RELOAD get_suggested_alias RELOAD get_suggested_alias
MAP get_suggested_alias MAP get_suggested_alias
MOUT ok 1 MOUT back 0
MOUT cancel 2
MOUT quit 9
HALT HALT
INCMP update_alias 1 INCMP _ 0
INCMP ^ 2 RELOAD authorize_account
INCMP quit 9 CATCH incorrect_pin flag_incorrect_pin 1
CATCH invalid_pin flag_invalid_pin 1
CATCH update_alias flag_allow_update 1