feat: email verification
This commit is contained in:
@@ -73,6 +73,13 @@ export class Authentication {
|
||||
})
|
||||
}
|
||||
|
||||
@action
|
||||
verifyEmail(key) {
|
||||
return this.http.post('authentication/email_verification', {
|
||||
key
|
||||
})
|
||||
}
|
||||
|
||||
@action
|
||||
logout() {
|
||||
this.context.setToken("");
|
||||
|
||||
Reference in New Issue
Block a user