projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98000f1
)
Case insensitive login
author
Chocobozzz
<me@florianbigard.com>
Thu, 25 Apr 2019 08:03:30 +0000
(10:03 +0200)
committer
Chocobozzz
<me@florianbigard.com>
Thu, 25 Apr 2019 08:03:30 +0000
(10:03 +0200)
client/src/app/core/auth/auth.service.ts
patch
|
blob
|
history
diff --git
a/client/src/app/core/auth/auth.service.ts
b/client/src/app/core/auth/auth.service.ts
index eaa822e0f99aea41852099b1175807e96928be07..4fc04a05c1f8c05dd88bccd42ed421c158c591e7 100644
(file)
--- a/
client/src/app/core/auth/auth.service.ts
+++ b/
client/src/app/core/auth/auth.service.ts
@@
-153,7
+153,7
@@
export class AuthService {
response_type: 'code',
grant_type: 'password',
scope: 'upload',
- username,
+ username
: username.toLowerCase()
,
password
}