mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 06:07:56 +00:00
Fix authentication in Android mobile application
Login on Android mobile app was failing with "check your username and password".
This commit is contained in:
parent
92c4055b36
commit
c2e30a6855
@ -2,6 +2,10 @@
|
||||
|
||||
Note: Breaking changes between versions are indicated by "💥".
|
||||
|
||||
## Unreleased
|
||||
|
||||
- [Bugfix] Fix authentication in Android mobile application
|
||||
|
||||
## v10.0.6 (2020-06-22)
|
||||
|
||||
- [Bugfix] Fix unsent activation emails and other asynchronous tasks
|
||||
|
@ -9,6 +9,7 @@ echo "Loading settings $DJANGO_SETTINGS_MODULE"
|
||||
--client-id android \
|
||||
--client-secret {{ ANDROID_OAUTH2_SECRET }} \
|
||||
--grant-type password \
|
||||
--public \
|
||||
android \
|
||||
login_service_user
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user