mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
refactor for login uris and response model changes
This commit is contained in:
@@ -69,8 +69,4 @@ export class CipherView implements View {
|
||||
get login_username(): string {
|
||||
return this.login != null ? this.login.username : null;
|
||||
}
|
||||
|
||||
get login_uri(): string {
|
||||
return this.login != null ? this.login.uri : null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user