Skip to content

Commit

Permalink
chore: adjust toast text
Browse files Browse the repository at this point in the history
  • Loading branch information
becelot committed Aug 19, 2023
1 parent 9717851 commit 61b2920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hoppscotch-sh-admin/src/components/app/Login.vue
Expand Up @@ -239,7 +239,7 @@ async function signInWithOidc() {
await auth.signInUserWithOidc();
} catch (e) {
console.error(e);
toast.error(`Failed to sign in with GitHub`);
toast.error(`Failed to sign in with OIDC`);
}
signingInWithOidc.value = false;
Expand Down

0 comments on commit 61b2920

Please sign in to comment.