fix(xo-server/isValidAuthenticationToken): call _getAuthenticationToken
Introduced by d52dcd070
This commit is contained in:
parent
dfb3166bed
commit
e82d9d7a74
@ -266,7 +266,7 @@ export default class {
|
||||
}
|
||||
|
||||
async isValidAuthenticationToken(id) {
|
||||
return (await this.getAuthenticationToken(id)) !== undefined
|
||||
return (await this._getAuthenticationToken(id)) !== undefined
|
||||
}
|
||||
|
||||
async updateAuthenticationToken(properties, { description }) {
|
||||
|
Loading…
Reference in New Issue
Block a user