fix: remove secondary label from email
This commit is contained in:
@@ -38,7 +38,7 @@ export const contactIntents: ContactIntent[] = [
|
|||||||
|
|
||||||
export const contactMethods: ContactMethod[] = [
|
export const contactMethods: ContactMethod[] = [
|
||||||
{
|
{
|
||||||
label: { en: "Email (Secondary)", zh: "邮箱(备用)" },
|
label: { en: "Email", zh: "邮箱" },
|
||||||
value: "zhaoguiyang18@outlook.com",
|
value: "zhaoguiyang18@outlook.com",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user