diff --git a/src/popup/app/accounts/views/accountsLoginTwoFactor.html b/src/popup/app/accounts/views/accountsLoginTwoFactor.html
index e2bf600f..8498cc6e 100644
--- a/src/popup/app/accounts/views/accountsLoginTwoFactor.html
+++ b/src/popup/app/accounts/views/accountsLoginTwoFactor.html
@@ -54,6 +54,19 @@
+
+
+ Use another two-step login method
+
diff --git a/src/popup/less/components.less b/src/popup/less/components.less
index 5ad1b643..9caa0e9c 100644
--- a/src/popup/less/components.less
+++ b/src/popup/less/components.less
@@ -497,12 +497,12 @@
#duoFrameWrapper {
background: ~"url('../../images/loading.svg') 0 0 no-repeat";
width: 100%;
- height: 100%;
+ height: 470px;
+ margin-bottom: -10px;
iframe {
width: 100%;
height: 100%;
border: none;
- margin-bottom: -5px;
}
}