mirror of
https://github.com/dkmstr/openuds-gui.git
synced 2025-01-03 05:17:36 +03:00
Added "html" to mfa page
This commit is contained in:
parent
e3b4bdf501
commit
f819465927
@ -33,3 +33,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
<div class="mfa-html-container">
|
||||||
|
<div class="mfa-html" [innerHtml]="api.config.mfa.html| safeHtml"></div>
|
||||||
|
</div>
|
@ -34,6 +34,18 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mfa-info {
|
||||||
|
margin: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mfa-html-container {
|
||||||
|
display: flex;
|
||||||
|
flex-flow: column wrap;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
margin: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
/* responsive part */
|
/* responsive part */
|
||||||
@media only screen and (max-width: 744px) {
|
@media only screen and (max-width: 744px) {
|
||||||
.mfa-form {
|
.mfa-form {
|
||||||
|
@ -43,6 +43,7 @@ export interface MFAInfo {
|
|||||||
label: string;
|
label: string;
|
||||||
validity: number;
|
validity: number;
|
||||||
remember_device: string; // String indicaten the time the device will be remembered
|
remember_device: string; // String indicaten the time the device will be remembered
|
||||||
|
html: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface UDSConfig {
|
export interface UDSConfig {
|
||||||
|
Loading…
Reference in New Issue
Block a user