fix registration, separate ID creation to allow new random ones, and refactor warning and other verbiage
This commit is contained in:
@@ -35,7 +35,7 @@ import { Options, Vue } from "vue-class-component";
|
||||
})
|
||||
export default class StartView extends Vue {
|
||||
public onClickYes() {
|
||||
this.$router.push({ name: "account" });
|
||||
this.$router.push({ name: "new-identifier" });
|
||||
}
|
||||
|
||||
public onClickNo() {
|
||||
|
||||
Reference in New Issue
Block a user