Skip to content

Commit

Permalink
Fix GoDoc for Prompts
Browse files Browse the repository at this point in the history
  • Loading branch information
developerkunal committed Aug 27, 2024
1 parent ac4f65a commit 6370b55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions management/prompt.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ const (
// ScreenSignupPassword represents the signup-password screen.
ScreenSignupPassword ScreenName = "signup-password"

// ScreenLoginPasswordlessSMSOTP represents the login-passwordless screen.
// ScreenLoginPasswordlessSMSOTP represents the login-passwordless-sms-otp screen.
ScreenLoginPasswordlessSMSOTP ScreenName = "login-passwordless-sms-otp"

// ScreenLoginPasswordlessEmailCode represents the login-passwordless screen.
// ScreenLoginPasswordlessEmailCode represents the login-passwordless-email-code screen.
ScreenLoginPasswordlessEmailCode ScreenName = "login-passwordless-email-code"
)

Expand Down

0 comments on commit 6370b55

Please sign in to comment.