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:
Miguel Cabrerizo
2023-12-07 13:53:53 +01:00
committed by GitHub
parent d639c5200a
commit 94e0caa601
20 changed files with 360 additions and 259 deletions

View File

@@ -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);
}