Skip to content

Commit

Permalink
fix(auth): Fix incorrect statement about when userId is returned in A…
Browse files Browse the repository at this point in the history
…uthSignUpResult (#2782)
  • Loading branch information
tylerjroach authored Apr 23, 2024
1 parent e85e3bb commit 916a3bb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ public AuthNextSignUpStep getNextStep() {
}

/**
* If {@link #isSignUpComplete} is true, this returns the newly registered user's id. Otherwise, null.
* @return the newly registered user's id if {@link #isSignUpComplete} is true. Otherwise, null.
* Returns the newly registered user's id if available. Otherwise, null.
* @return the newly registered user's id if available. Otherwise, null.
*/
@Nullable
public String getUserId() {
Expand Down

0 comments on commit 916a3bb

Please sign in to comment.