TODO: an user should be able to delete its tokens.
This commit is contained in:
parent
4fc63010d4
commit
2b768d2fb5
@ -15,6 +15,7 @@ create.permission = '' // sign in
|
||||
|
||||
// -------------------------------------------------------------------
|
||||
|
||||
// TODO: an user should be able to delete its own tokens.
|
||||
async function delete_ ({token: id}) {
|
||||
await this.deleteAuthenticationToken(id)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user