-
-
Notifications
You must be signed in to change notification settings - Fork 352
Allow custom text and icon for Keycloak #3181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #3181 +/- ##
==========================================
+ Coverage 60.37% 60.41% +0.04%
==========================================
Files 105 105
Lines 13668 13670 +2
==========================================
+ Hits 8252 8259 +7
+ Misses 5416 5411 -5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@@ -665,7 +667,9 @@ window.app.component('username-password', { | |||
return this.oauth.some(m => this.authMethods.includes(m)) | |||
} | |||
}, | |||
created() {} | |||
created() { | |||
console.log(this.keycloakIcon) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
todo: remove
@@ -316,7 +316,7 @@ window.localisation.en = { | |||
signin_with_nostr: 'Continue with Nostr', | |||
signin_with_google: 'Sign in with Google', | |||
signin_with_github: 'Sign in with GitHub', | |||
signin_with_keycloak: 'Sign in with Keycloak', | |||
signin_with_keycloak: 'Sign in with {custom_org}', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
signin_with_keycloak: 'Sign in with {custom_org}', | |
signin_with_custom_org: 'Sign in with {custom_org}', |
Sign in with {Keycloak or custom org}
Closes #2899