refactor: native feature management (#2350)
This commit is contained in:
@@ -51,7 +51,7 @@ const CreateAccount: FunctionComponent<Props> = ({ viewControllerManager, applic
|
||||
}
|
||||
|
||||
const subscribeWithoutAccount = () => {
|
||||
application.getViewControllerManager().purchaseFlowController.openPurchaseWebpage()
|
||||
application.controllers.purchaseFlowController.openPurchaseWebpage()
|
||||
}
|
||||
|
||||
const handleCreateAccount = async () => {
|
||||
|
||||
Reference in New Issue
Block a user