We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ccdde8 commit aa2974bCopy full SHA for aa2974b
src/Data/Profile.purs
@@ -74,7 +74,7 @@ type Profile = { | ProfileRep () }
74
-- | The `ProfileWithEmail` type extends the `Profile` fields with an additional `Email` type.
75
type ProfileWithEmail = { | ProfileRep (email :: Email) }
76
77
--- | The `ProfileWithEmail` type extends the `Profile` fields with an additional `Email` type.
+-- | The `ProfileWithEmailPassword` type extends the `Profile` fields with additional `email` and `password` fields.
78
type ProfileWithEmailPassword = { | ProfileRep (email :: Email, password :: Maybe String) }
79
80
-- | The `Author` type extends the `Profile` fields with an additional `Relation` type.
0 commit comments