1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-08 13:00:05 +00:00

feat(sasjs/server): add SASBaseApiClient class

This commit is contained in:
Yury Shkoda
2021-09-28 10:38:29 +03:00
parent 2f1d403af4
commit 7e64819eb2
5 changed files with 148 additions and 5 deletions

View File

@@ -256,6 +256,8 @@ export class AuthManager {
.split(' ')
.map((name: string) => name.slice(0, 3).toLowerCase())
.join('')
default:
return ''
}
}