8000 Allow custom text and icon for Keycloak by talvasconcelos · Pull Request #3181 · lnbits/lnbits · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

talvasconcelos
Copy link
Collaborator
@talvasconcelos talvasconcelos commented May 28, 2025
  • allow for a custom organization in Sign in with {Keycloak or custom org}
  • allow for a custom icon for the button

image

Closes #2899

@talvasconcelos talvasconcelos requested review from dni and motorina0 May 28, 2025 10:21
Copy link
codecov bot commented May 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 60.41%. Comparing base (e6de66e) to head (6cacea2).

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@@ -665,7 +667,9 @@ window.app.component('username-password', {
return this.oauth.some(m => this.authMethods.includes(m))
}
},
created() {}
created() {
console.log(this.keycloakIcon)
Copy link
Collaborator

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}',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
signin_with_keycloak: 'Sign in with {custom_org}',
signin_with_custom_org: 'Sign in with {custom_org}',

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature request] allow to change "Sign in with Keycloak" text
2 participants
0