Enable login (without view yet)
This commit is contained in:
parent
a6300d0388
commit
b54c523491
6 changed files with 27 additions and 1 deletions
|
@ -33,6 +33,7 @@ export default class LoginForm extends Vue {
|
|||
|
||||
private async doSignup() {
|
||||
await this.user.signup();
|
||||
// TODO: error handling, show confirmation page
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
|
Reference in a new issue