Allow custom text and icon for Keycloak (#3181)

Co-authored-by: Vlad Stan <stan.v.vlad@gmail.com>
This commit is contained in:
Tiago Vasconcelos
2025-06-06 13:20:55 +03:00
committed by GitHub
co-authored by Vlad Stan
parent 77906bc817
commit e750165cc3
9 changed files with 47 additions and 9 deletions
+3 -1
View File
@@ -559,7 +559,9 @@ window.app.component('username-password', {
username: this.userName,
password: this.password_1,
passwordRepeat: this.password_2,
reset_key: this.resetKey
reset_key: this.resetKey,
keycloakOrg: LNBITS_AUTH_KEYCLOAK_ORG || 'Keycloak',
keycloakIcon: LNBITS_AUTH_KEYCLOAK_ICON
}
},
methods: {