mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 13:39:22 +03:00
Remove rl.showScreenPopup in favour of AbstractViewPopup.showModal
This commit is contained in:
parent
649f74fc51
commit
f6400b6da2
5 changed files with 17 additions and 12 deletions
|
|
@ -117,7 +117,7 @@ class TwoFactorAuthSettings
|
|||
}
|
||||
|
||||
testTwoFactor() {
|
||||
rl.showPluginPopup(TwoFactorAuthTestPopupView, [this.twoFactorTested]);
|
||||
TwoFactorAuthTestPopupView.showModal([this.twoFactorTested]);
|
||||
}
|
||||
|
||||
clearTwoFactor() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue