1
0
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:
Justin Angel 2025-11-02 10:33:01 -05:00
parent 6e55e61a1a
commit 01a8f6a994

View File

@ -361,6 +361,7 @@ func TestOIDCClaimsJSONToUser(t *testing.T) {
useUnverifiedEmail: true,
want: User{
Provider: util.RegisterMethodOIDC,
Email: "test-unverified-email@test.no",
ProviderIdentifier: sql.NullString{
String: "/test-unverified-email",
Valid: true,