Skip to content

Commit

Permalink
Merge pull request #67 from sparrowapp-dev/astitva/sheet-bugs
Browse files Browse the repository at this point in the history
Astitva/sheet bugs
  • Loading branch information
pratikshinde590 authored Oct 10, 2024
2 parents 0653546 + 432c7ba commit 614b36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Auth/oauth-redirect/OauthRedirect.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
if (accessToken && refreshToken) {
setTimeout(() => {
let data = JSON.parse(window.atob(accessToken?.split('.')[1]));
redirectRules.title = `Welcome back ${data.name}`;
redirectRules.title = `Welcome ${data.name}`;
redirectRules.description = `Redirecting you to desktop app...`;
redirectRules.message = `If the application does not open automatically,
please click below.`;
Expand Down

0 comments on commit 614b36c

Please sign in to comment.