fix registration, separate ID creation to allow new random ones, and refactor warning and other verbiage

This commit is contained in:
2023-06-24 21:07:21 -06:00
parent b0fc8818ee
commit 944b0ad759
8 changed files with 179 additions and 48 deletions

View File

@@ -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() {