fix: Redirect to app after creating account (#2984)
This commit is contained in:
committed by
GitHub
parent
0c4ce38aa4
commit
f4c64b8db2
@@ -33,6 +33,7 @@ const CreateAccount: FunctionComponent<Props> = ({ application }) => {
|
||||
.then(() => {
|
||||
application.accountMenuController.closeAccountMenu()
|
||||
application.accountMenuController.setCurrentPane(AccountMenuPane.GeneralMenu)
|
||||
application.purchaseFlowController.closePurchaseFlow()
|
||||
})
|
||||
.catch((err) => {
|
||||
console.error(err)
|
||||
|
||||
Reference in New Issue
Block a user