We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5301d6a commit 9a7ec39Copy full SHA for 9a7ec39
1 file changed
src/plugins/modular-rest.ts
@@ -105,6 +105,7 @@ chrome.runtime.onMessage.addListener((request, _sender) => {
105
});
106
107
export async function loginWithLastSession() {
108
+
109
// Check if the user is logged in
110
// If the user is logged in, try to login with the token as last session.
111
await sendMessage(new GetLoginStatusMessage())
0 commit comments