Skip to content

Commit

Permalink
Use implicit authorization as default
Browse files Browse the repository at this point in the history
  • Loading branch information
thsmi committed Nov 7, 2021
1 parent 2de9266 commit 25a37a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wx/background.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@ import { SieveAccounts } from "./libs/managesieve.ui/settings/logic/SieveAccount

logger.logAction(`onAuthorize`);

const authorization = await account.getAuthorization();
return await authorization.getAuthorization();
// We do not support authorization in the web extension
return "";
};

if (sessions.has(id))
Expand Down

0 comments on commit 25a37a4

Please sign in to comment.