mirror of
https://github.com/juanfont/headscale.git
synced 2025-11-10 01:20:58 +01:00
add email to want
This commit is contained in:
parent
6e55e61a1a
commit
01a8f6a994
@ -361,6 +361,7 @@ func TestOIDCClaimsJSONToUser(t *testing.T) {
|
|||||||
useUnverifiedEmail: true,
|
useUnverifiedEmail: true,
|
||||||
want: User{
|
want: User{
|
||||||
Provider: util.RegisterMethodOIDC,
|
Provider: util.RegisterMethodOIDC,
|
||||||
|
Email: "test-unverified-email@test.no",
|
||||||
ProviderIdentifier: sql.NullString{
|
ProviderIdentifier: sql.NullString{
|
||||||
String: "/test-unverified-email",
|
String: "/test-unverified-email",
|
||||||
Valid: true,
|
Valid: true,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user