enggar_ganteng
2019-01-29 15:17:59 +07:00
4 changed files with 72 additions and 16 deletions

View File

@@ -74,6 +74,13 @@ export class Authentication {
})
}
@action
verifyEmail(key) {
return this.http.post('authentication/email_verification', {
key
})
}
@action
logout() {
this.context.setToken("");