mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 02:33:46 +00:00
Rewrite lock module to TypeScript. (#354)
This commit is contained in:
committed by
Kyle Spearrin
parent
e250d9b658
commit
8ae178aff3
@@ -260,8 +260,7 @@ angular
|
||||
})
|
||||
.state('lock', {
|
||||
url: '/lock',
|
||||
templateUrl: 'app/lock/views/lock.html',
|
||||
controller: 'lockController',
|
||||
component: 'lock',
|
||||
data: { authorize: true },
|
||||
params: { animation: null }
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user