Skip to content

Commit

Permalink
Merge 395e94d into 2e77f09
Browse files Browse the repository at this point in the history
  • Loading branch information
codesankalp committed Aug 21, 2021
2 parents 2e77f09 + 395e94d commit 72af1ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export default class MobilePhoneVerification extends React.Component {
is_active: true,
is_verified: true,
justAuthenticated: true,
username: userData.phone_number,
});
setLoading(false);
})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ describe("Mobile Phone Token verification: standard flow", () => {
is_active: true,
is_verified: true,
justAuthenticated: true,
username: userData.phone_number,
},
]);
expect(
Expand Down

0 comments on commit 72af1ee

Please sign in to comment.