Skip to content

Commit

Permalink
Automatic build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Sep 12, 2023
1 parent 1244f3b commit ce9c032
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions frontend/app/src/people/auth/SignIn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function SignIn(props: AuthProps) {
if (ui.websocketToken) {
await main.getLnAuth();
}
}, [ui.websocketToken])
}, [ui.websocketToken]);

useEffect(() => {
getLnUrl();
Expand All @@ -103,7 +103,7 @@ function SignIn(props: AuthProps) {
main.setLnAuth({ encode: '', k1: '' });
main.setLnToken(res.jwt);
ui.setMeInfo({ ...res.user, jwt: res.jwt });
ui.setSelectedPerson(res.id)
ui.setSelectedPerson(res.id);
}
}
};
Expand Down
16 changes: 8 additions & 8 deletions frontend/packrd/packed-packr.go

Large diffs are not rendered by default.

0 comments on commit ce9c032

Please sign in to comment.