diff --git a/dev/View/Popup/ViewOpenPgpKey.js b/dev/View/Popup/ViewOpenPgpKey.js index 4a660baba..9f2b38d75 100644 --- a/dev/View/Popup/ViewOpenPgpKey.js +++ b/dev/View/Popup/ViewOpenPgpKey.js @@ -10,7 +10,7 @@ import {AbstractViewNext} from 'Knoin/AbstractViewNext'; @popup({ name: 'View/Popup/ViewOpenPgpKey', - templateID: 'PopupsTwoFactorTest' + templateID: 'PopupsViewOpenPgpKey' }) class ViewOpenPgpKeyPopupView extends AbstractViewNext { @@ -35,12 +35,12 @@ class ViewOpenPgpKeyPopupView extends AbstractViewNext } } - onShow(oOpenPgpKey) { + onShow(openPgpKey) { this.clearPopup(); - if (oOpenPgpKey) + if (openPgpKey) { - this.key(oOpenPgpKey.armor); + this.key(openPgpKey.armor); } } diff --git a/rainloop/v/0.0.0/app/templates/Views/User/SettingsOpenPGP.html b/rainloop/v/0.0.0/app/templates/Views/User/SettingsOpenPGP.html index b525a344a..71a71b3b8 100644 --- a/rainloop/v/0.0.0/app/templates/Views/User/SettingsOpenPGP.html +++ b/rainloop/v/0.0.0/app/templates/Views/User/SettingsOpenPGP.html @@ -1,88 +1,88 @@ -
-
-
- -
-
- -    -
- -
-
-
-
- - - - - - - - - - - - - - - - - - - - - - -
- - - - - -
- -
- - - -
- - - - - - - -
- - - - - -
- () -
- -
- - - -
- - - - - - - -
-
+
+
+
+ +
+
+ +    +
+ +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+ +
+ + + +
+ + + + + + + +
+ + + + + +
+ () +
+ +
+ + + +
+ + + + + + + +
+