mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 09:48:55 +00:00
Add support for 2 Factor Authentification (2FA)
This commit is contained in:
@@ -84,18 +84,18 @@ class ResetPasswordController extends Controller
|
||||
$content = app('smarty.view')->fetch($theme.'/forgottenpassword.tpl');
|
||||
|
||||
app('smarty.view')->assign(
|
||||
[
|
||||
'content' => $content,
|
||||
'title' => $title,
|
||||
'meta_title' => $meta_title,
|
||||
'meta_keywords' => $meta_keywords,
|
||||
'meta_description' => $meta_description,
|
||||
'email' => $ret['email'] ?? '',
|
||||
'confirmed' => $confirmed,
|
||||
'error' => $error,
|
||||
'notice' => $onscreen,
|
||||
]
|
||||
);
|
||||
[
|
||||
'content' => $content,
|
||||
'title' => $title,
|
||||
'meta_title' => $meta_title,
|
||||
'meta_keywords' => $meta_keywords,
|
||||
'meta_description' => $meta_description,
|
||||
'email' => $ret['email'] ?? '',
|
||||
'confirmed' => $confirmed,
|
||||
'error' => $error,
|
||||
'notice' => $onscreen,
|
||||
]
|
||||
);
|
||||
app('smarty.view')->display($theme.'/basepage.tpl');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user