We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f259ab6 commit ad2db75Copy full SHA for ad2db75
src/background.ts
@@ -261,6 +261,8 @@ function getBackupToken(service: string) {
261
} else if (service === "drive") {
262
if (navigator.userAgent.indexOf("Edg") !== -1) {
263
redirUrl = encodeURIComponent("https://authenticator.cc/oauth-edge");
264
+ } else if (navigator.userAgent.indexOf("Firefox") !== -1) {
265
+ redirUrl = encodeURIComponent("https://authenticator.cc/oauth-firefox");
266
} else {
267
redirUrl = encodeURIComponent("https://authenticator.cc/oauth");
268
}
0 commit comments