Remove unnecessary logging.
This commit is contained in:
parent
8c08607a3a
commit
a9ad7012d8
@ -73,7 +73,6 @@ export class AuthService {
|
||||
|
||||
getChallenge(password: string): void {
|
||||
fetch(environment.cicMetaUrl).then(async response => {
|
||||
console.log(response);
|
||||
if (response.status === 401) {
|
||||
const authHeader = response.headers.get('WWW-Authenticate');
|
||||
const o = hobaParseChallengeHeader(authHeader);
|
||||
|
Loading…
Reference in New Issue
Block a user