Rename signup route, address property

This commit is contained in:
Râu Cao
2023-01-19 13:37:04 +08:00
parent 87bf8ff2df
commit 4356288497
8 changed files with 39 additions and 34 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ export default Route.extend({
this.kredits.set('githubAccessToken', accessToken);
this.transitionTo('signup.eth-account');
this.transitionTo('signup.account');
}
});