Include additional styles that are now in latest version.
This is necessary for the example to function properly. For example: without the other styles, the passwords are not hidden when updating user credentials. Ideally, all the styles would be automatically inherited from keycloak but they don't appear to be.
This commit is contained in:
parent
f7c8896181
commit
65ea598f78
1 changed files with 1 additions and 1 deletions
|
@ -17,4 +17,4 @@
|
|||
|
||||
parent=keycloak
|
||||
import=common/keycloak
|
||||
styles=lib/patternfly/css/patternfly.css node_modules/select2/select2.css css/styles.css css/logo.css
|
||||
styles=lib/patternfly/css/patternfly.css node_modules/select2/select2.css css/styles.css lib/angular/treeview/css/angular.treeview.css node_modules/text-security/dist/text-security.css css/logo.css
|
||||
|
|
Loading…
Reference in a new issue