mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-11 02:02:23 +00:00
fix(console, login): console - ensure permission is available, login - i18n fixes, input borders, lgn-touched script to add class on blur (#3760)
* permission restriction, member, login i18n input borders, secondary text * add touched js
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
|
||||
{{if hasExternalLogin }}
|
||||
<div class="lgn-idp-providers">
|
||||
<p>{{t "Login.ExternalUserDescription"}}</p>
|
||||
<p class="lgn-idp-desc">{{t "Login.ExternalUserDescription"}}</p>
|
||||
|
||||
{{ $reqid := .AuthReqID}}
|
||||
{{range $provider := .IDPProviders}}
|
||||
|
||||
@@ -33,6 +33,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<script src="{{ resourceUrl "scripts/avatar.js" }}"></script>
|
||||
<script src="{{ resourceUrl "scripts/touched.js" }}"></script>
|
||||
</body>
|
||||
<footer>
|
||||
{{template "footer" .}}
|
||||
|
||||
Reference in New Issue
Block a user