Skip to content

Commit d939aa9

Browse files
surendrakandelSurendra Kandel
andauthored
allows metadata at signup (nedpals#7)
Co-authored-by: Surendra Kandel <surendrakandel@Surendras-Laptop.local>
1 parent 0726579 commit d939aa9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

auth.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ type Auth struct {
2323
type UserCredentials struct {
2424
Email string
2525
Password string
26+
Data interface{}
2627
}
2728

2829
type User struct {

0 commit comments

Comments
 (0)