mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Case insensitive login
This commit is contained in:
@@ -153,7 +153,7 @@ export class AuthService {
|
||||
response_type: 'code',
|
||||
grant_type: 'password',
|
||||
scope: 'upload',
|
||||
username,
|
||||
username: username.toLowerCase(),
|
||||
password
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user