1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-07 12:30:06 +00:00

Update AuthManager.ts

This commit is contained in:
Allan Bowe
2021-10-27 12:20:40 +03:00
committed by GitHub
parent de5c38f0fb
commit 93c267fd4e

View File

@@ -256,7 +256,9 @@ export class AuthManager {
.split(' ') .split(' ')
.map((name: string) => name.slice(0, 3).toLowerCase()) .map((name: string) => name.slice(0, 3).toLowerCase())
.join('') .join('')
default: default:
console.error("Server Type not found in extractUserName function")
return '' return ''
} }
} }