Case insensitive login
This commit is contained in:
parent
98000f10e7
commit
c1521ca3d7
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ export class AuthService {
|
|||
response_type: 'code',
|
||||
grant_type: 'password',
|
||||
scope: 'upload',
|
||||
username,
|
||||
username: username.toLowerCase(),
|
||||
password
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue