mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-07 09:20:06 +01:00
added remember option to duo
This commit is contained in:
parent
98d3da78c3
commit
8f236f76a7
@ -54,6 +54,19 @@
|
|||||||
<div id="duoFrameWrapper">
|
<div id="duoFrameWrapper">
|
||||||
<iframe id="duo_iframe"></iframe>
|
<iframe id="duo_iframe"></iframe>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="list">
|
||||||
|
<div class="list-section">
|
||||||
|
<div class="list-section-items">
|
||||||
|
<div class="list-section-item list-section-item-checkbox">
|
||||||
|
<label for="remember">Remember me</label>
|
||||||
|
<input id="remember" name="Remember" type="checkbox" ng-model="remember.checked">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<p class="text-accent text-center">
|
||||||
|
<a href="#" stop-click ng-click="anotherMethod()">Use another two-step login method</a>
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
@ -497,12 +497,12 @@
|
|||||||
#duoFrameWrapper {
|
#duoFrameWrapper {
|
||||||
background: ~"url('../../images/loading.svg') 0 0 no-repeat";
|
background: ~"url('../../images/loading.svg') 0 0 no-repeat";
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 470px;
|
||||||
|
margin-bottom: -10px;
|
||||||
|
|
||||||
iframe {
|
iframe {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
border: none;
|
border: none;
|
||||||
margin-bottom: -5px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user