mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-14 08:07:32 +00:00
fix: verify domain revamped (#6970)
* fix: verify domain revamped * fix: add link to docs in dialog * fix: add missing translations including dutch * fix: add @eliobischof suggestions --------- Co-authored-by: Elio Bischof <elio@zitadel.com>
This commit is contained in:
@@ -65,6 +65,7 @@
|
||||
@import 'src/app/modules/policies/login-policy/factor-table/factor-table.component.scss';
|
||||
@import 'src/app/modules/info-overlay/info-overlay.component.scss';
|
||||
@import 'src/app/modules/create-layout/create-layout.component.scss';
|
||||
@import 'src/app/modules/domains/domain-verification/domain-verification.component.scss';
|
||||
@import './styles/codemirror.scss';
|
||||
|
||||
@mixin component-themes($theme) {
|
||||
@@ -136,4 +137,5 @@
|
||||
@include codemirror-theme($theme);
|
||||
@include contact-theme($theme);
|
||||
@include app-create-theme($theme);
|
||||
@include domain-verification-theme($theme);
|
||||
}
|
||||
|
Reference in New Issue
Block a user