mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 08:23:16 +00:00
rm unused code
This commit is contained in:
@@ -49,7 +49,6 @@ export const PROVIDER_MAPPING: {
|
|||||||
email: rawInfo.User?.email,
|
email: rawInfo.User?.email,
|
||||||
verification: { case: "isVerified", value: true },
|
verification: { case: "isVerified", value: true },
|
||||||
},
|
},
|
||||||
// organisation: Organisation | undefined;
|
|
||||||
profile: {
|
profile: {
|
||||||
displayName: rawInfo.User?.name ?? "",
|
displayName: rawInfo.User?.name ?? "",
|
||||||
givenName: rawInfo.User?.given_name ?? "",
|
givenName: rawInfo.User?.given_name ?? "",
|
||||||
@@ -80,7 +79,6 @@ export const PROVIDER_MAPPING: {
|
|||||||
email: rawInfo?.mail,
|
email: rawInfo?.mail,
|
||||||
verification: { case: "isVerified", value: true },
|
verification: { case: "isVerified", value: true },
|
||||||
},
|
},
|
||||||
// organisation: Organisation | undefined;
|
|
||||||
profile: {
|
profile: {
|
||||||
displayName: rawInfo?.displayName ?? "",
|
displayName: rawInfo?.displayName ?? "",
|
||||||
givenName: rawInfo?.givenName ?? "",
|
givenName: rawInfo?.givenName ?? "",
|
||||||
@@ -109,7 +107,6 @@ export const PROVIDER_MAPPING: {
|
|||||||
email: rawInfo?.email,
|
email: rawInfo?.email,
|
||||||
verification: { case: "isVerified", value: true },
|
verification: { case: "isVerified", value: true },
|
||||||
},
|
},
|
||||||
// organisation: Organisation | undefined;
|
|
||||||
profile: {
|
profile: {
|
||||||
displayName: rawInfo?.name ?? "",
|
displayName: rawInfo?.name ?? "",
|
||||||
givenName: rawInfo?.name ?? "",
|
givenName: rawInfo?.name ?? "",
|
||||||
|
|||||||
Reference in New Issue
Block a user