mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19:21 +03:00
Code refactoring
This commit is contained in:
parent
36329110e5
commit
b4f416b6f8
105 changed files with 4331 additions and 4339 deletions
|
|
@ -11,10 +11,7 @@
|
|||
Globals = require('Globals'),
|
||||
Utils = require('Utils'),
|
||||
|
||||
Remote = require('../../Storages/WebMailAjaxRemoteStorage.js'),
|
||||
|
||||
kn = require('kn'),
|
||||
PopupsTwoFactorTestViewModel = require('../../ViewModels/Popups/PopupsTwoFactorTestViewModel.js')
|
||||
Remote = require('Storage:RainLoop:Remote')
|
||||
;
|
||||
|
||||
/**
|
||||
|
|
@ -77,7 +74,7 @@
|
|||
|
||||
SettingsSecurity.prototype.testTwoFactor = function ()
|
||||
{
|
||||
kn.showScreenPopup(PopupsTwoFactorTestViewModel);
|
||||
require('App:Knoin').showScreenPopup(require('View:Popup:TwoFactorTest'));
|
||||
};
|
||||
|
||||
SettingsSecurity.prototype.clearTwoFactor = function ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue