Add a p-note to the h-card

This commit is contained in:
Danielle McLean 2017-10-03 13:17:34 +11:00
parent e81a44d122
commit 208a46e346
Signed by: 00dani
GPG key ID: 3844A6973C6058F1
3 changed files with 3 additions and 0 deletions

View file

@ -220,6 +220,7 @@ instance YesodAuth App where
{ userIdent = credsIdent creds
, userFullName = ""
, userEmail = ""
, userNote = ""
, userPassword = Nothing
}