From f6c9d54a653d605523c9d5daef632a01b466fc05 Mon Sep 17 00:00:00 2001 From: Carlosokumu Date: Mon, 24 Mar 2025 12:39:03 +0300 Subject: [PATCH] register check-account_created handler --- handlers/local.go | 1 + 1 file changed, 1 insertion(+) diff --git a/handlers/local.go b/handlers/local.go index 2103c2f..43b0bb5 100644 --- a/handlers/local.go +++ b/handlers/local.go @@ -128,6 +128,7 @@ func (ls *LocalHandlerService) GetHandler(accountService remote.AccountService) ls.DbRs.AddLocalFunc("request_custom_alias", appHandlers.RequestCustomAlias) ls.DbRs.AddLocalFunc("get_suggested_alias", appHandlers.GetSuggestedAlias) ls.DbRs.AddLocalFunc("confirm_new_alias", appHandlers.ConfirmNewAlias) + ls.DbRs.AddLocalFunc("check_account_created", appHandlers.CheckAccountCreated) ls.first = appHandlers.Init