You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We modify the /web-vault/app/main.*.css to hide/show the SSO button.
Basic solution could be to try to make the modification and continue if it fails but with current frontend builds it would mean no sso button :(.
Of course with a modified front end build the button could be shown by default.
The text was updated successfully, but these errors were encountered:
In both
main
andsso-support
this is due to the change instart.sh
to allow supporting different front-end.For
main
Fix should be trivial since we should be able to use
WEB_VAULT_FOLDER
to switch between the different front-ends.For
sso-support
(cf PR)We modify the
/web-vault/app/main.*.css
to hide/show the SSO button.Basic solution could be to try to make the modification and continue if it fails but with current frontend builds it would mean no sso button :(.
Of course with a modified front end build the button could be shown by default.
The text was updated successfully, but these errors were encountered: