Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
featherbear committed Sep 27, 2020
1 parent c2a05ed commit 2b4508e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/invite/_components/RegisterSection.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@
);
if (result) {
console.info(`Got auth token: ${data}`);
auth.token = data
window.location = '/'
auth.token = data;
window.location = '/';
} else {
registerError = data;
}
Expand Down

0 comments on commit 2b4508e

Please sign in to comment.