TODO: an user should be able to delete its tokens.

This commit is contained in:
Julien Fontanet 2015-06-15 13:15:38 +02:00
parent 4fc63010d4
commit 2b768d2fb5

View File

@ -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)
}