mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-16 16:40:06 +00:00
Update AuthManager.ts
This commit is contained in:
@@ -256,8 +256,10 @@ 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:
|
||||||
return ''
|
console.error("Server Type not found in extractUserName function")
|
||||||
|
return ''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user