register an handler to save an alias hint to the temporary value
This commit is contained in:
parent
db5d55d8e3
commit
537a6e1e09
@ -130,6 +130,8 @@ func (ls *LocalHandlerService) GetHandler(accountService remote.AccountService)
|
||||
ls.DbRs.AddLocalFunc("confirm_new_alias", appHandlers.ConfirmNewAlias)
|
||||
ls.DbRs.AddLocalFunc("check_account_created", appHandlers.CheckAccountCreated)
|
||||
ls.DbRs.AddLocalFunc("reset_api_call_failure", appHandlers.ResetApiCallFailure)
|
||||
ls.DbRs.AddLocalFunc("save_alias_hint", appHandlers.SaveAliasHint)
|
||||
|
||||
|
||||
ls.first = appHandlers.Init
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user