mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
add add UI for cards and identity
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
}
|
||||
};
|
||||
|
||||
if($stateParams.uri) {
|
||||
if ($stateParams.uri) {
|
||||
$scope.cipher.login.uri = $stateParams.uri;
|
||||
}
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
$scope.folders = folders;
|
||||
});
|
||||
|
||||
$scope.typeChanged = function() {
|
||||
$scope.typeChanged = function () {
|
||||
$scope.cipher.type = parseInt($scope.selectedType);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user