mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-24 09:40:28 -06:00
Case insensitive login
This commit is contained in:
parent
98000f10e7
commit
c1521ca3d7
@ -153,7 +153,7 @@ export class AuthService {
|
||||
response_type: 'code',
|
||||
grant_type: 'password',
|
||||
scope: 'upload',
|
||||
username,
|
||||
username: username.toLowerCase(),
|
||||
password
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user