Skip to content

Commit 755fdcc

Browse files
committed
fix(ui): submit password to setup mutation
1 parent fb6edb9 commit 755fdcc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • packages/prime-ui/src/stores

packages/prime-ui/src/stores/auth.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ export const Auth = types
9292
`,
9393
variables: {
9494
email,
95+
password,
9596
profile: {
9697
firstname,
9798
lastname,

0 commit comments

Comments
 (0)