Skip to content

Commit

Permalink
handlenett-frontend: show error on login
Browse files Browse the repository at this point in the history
  • Loading branch information
maads committed Oct 7, 2024
1 parent ed1faa3 commit 8785c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlenett-frontend/plugins/msal.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default defineNuxtPlugin(async () => {
return loginResponse;
} catch (err) {
console.log("Login error", err);
alert("Login error");
alert("Login error", err);
}
};

Expand Down

0 comments on commit 8785c09

Please sign in to comment.