feature/gabinete-search

This commit is contained in:
Peter Maquiran
2023-05-26 14:23:37 +01:00
parent 0b3ffa3ea7
commit b2da8463b4
56 changed files with 98 additions and 186 deletions
-3
View File
@@ -72,7 +72,6 @@ export class AuthService {
this.SetSession(response, user)
}
} catch (error) {
console.log(error)
this.httpErroHandle.httpStatusHandle(error)
} finally {
return response
@@ -100,8 +99,6 @@ export class AuthService {
session.BasicAuthKey = user.BasicAuthKey
SessionStore.reset(session)
// console.log(session)
return true;
}