Skip to content

Commit

Permalink
mobile: CreateAccount: reformat with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswpark committed Apr 20, 2024
1 parent e2a231f commit d11e041
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion mobile/Screens/CreateAccount.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,11 @@ export const CreateAccount = (props) => {
await account.createEmailPasswordSession(email, password);
const userResponse = await account.get();
setLoggedIn(true);
const check = await registerIndieID(userResponse.$id, 20878, 'sMBFDEdTPOzXb6A2bqP169');
const check = await registerIndieID(
userResponse.$id,
20878,
"sMBFDEdTPOzXb6A2bqP169",
);
console.log(check);
await handleSaveUsername();
} catch (error) {
Expand Down

0 comments on commit d11e041

Please sign in to comment.