lint: fix

This commit is contained in:
2021-03-28 19:27:57 +02:00
parent 1fabb9e610
commit dce8a08a86
2 changed files with 13 additions and 9 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ export class AuthManager {
this.logOut()
const { result: formResponse } = await this.requestClient.get<string>(
this.loginUrl.replace('do', ''),
this.loginUrl.replace('.do', ''),
undefined,
'text/plain'
)