Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/social_login' into featu…
Browse files Browse the repository at this point in the history
…re/social_login

# Conflicts:
#	app/build.gradle
#	app/src/main/java/org/openedx/app/di/AppModule.kt
#	app/src/main/java/org/openedx/app/di/ScreenModule.kt
#	auth/src/main/java/org/openedx/auth/data/api/AuthApi.kt
#	auth/src/main/java/org/openedx/auth/data/model/LoginType.kt
#	auth/src/main/java/org/openedx/auth/data/repository/AuthRepository.kt
#	auth/src/main/java/org/openedx/auth/presentation/signin/SignInViewModel.kt
#	auth/src/main/java/org/openedx/auth/presentation/sso/GoogleAuthHelper.kt
#	auth/src/main/java/org/openedx/auth/presentation/sso/MicrosoftAuthHelper.kt
#	auth/src/main/res/values/strings.xml
#	config.yaml
#	core/.gitignore
#	core/build.gradle
#	core/src/main/java/org/openedx/core/ApiConstants.kt
  • Loading branch information
k1rill committed Dec 4, 2023
2 parents d331fa1 + b094567 commit 5729be9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions auth/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,4 @@
<string name="auth_example_email" translatable="false">[email protected]</string>
<string name="auth_enter_password">Enter password</string>
<string name="auth_create_new_account">Create new account.</string>
<string name="auth_google">Sign in with Google</string>
<string name="auth_facebook">Sign in with Facebook</string>
<string name="auth_microsoft">Sign in with Microsoft</string>
</resources>

0 comments on commit 5729be9

Please sign in to comment.