mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
password hint
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
popupUtils.initListSectionItemListeners();
|
||||
|
||||
$scope.loginPromise = null;
|
||||
$scope.login = function (model, form) {
|
||||
$scope.login = function (model) {
|
||||
$scope.loginPromise = loginService.logIn(model.email, model.masterPassword);
|
||||
|
||||
$scope.loginPromise.then(function () {
|
||||
|
||||
Reference in New Issue
Block a user