mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
fix lint and compile error for browser type
This commit is contained in:
parent
a2f2e6cfc5
commit
c1189e3318
@ -4,5 +4,5 @@ export enum BrowserType {
|
||||
Opera = 4,
|
||||
Edge = 5,
|
||||
Vivaldi = 19,
|
||||
Safari = 20
|
||||
Safari = 20,
|
||||
}
|
||||
|
@ -15,6 +15,10 @@ const RateUrls = {
|
||||
'https://addons.opera.com/en/extensions/details/bitwarden-free-password-manager/#feedback-container',
|
||||
[BrowserType.Edge]:
|
||||
'https://www.microsoft.com/store/p/bitwarden-free-password-manager/9p6kxl0svnnl',
|
||||
[BrowserType.Vivaldi]:
|
||||
'https://chrome.google.com/webstore/detail/bitwarden-free-password-m/nngceckbapebfimnlniiiahkandclblb/reviews',
|
||||
[BrowserType.Safari]:
|
||||
'https://itunes.com', // TODO
|
||||
};
|
||||
|
||||
export class SettingsController {
|
||||
|
Loading…
Reference in New Issue
Block a user