diff --git a/src/components/dashboard/SettingsSection.astro b/src/components/dashboard/SettingsSection.astro index 63f0a68..c85a37b 100644 --- a/src/components/dashboard/SettingsSection.astro +++ b/src/components/dashboard/SettingsSection.astro @@ -5,6 +5,7 @@ import AccountSecuritySettings from "./SettingsSection/AccountSecuritySettings"; import NotificationSettings from "./SettingsSection/NotificationSettings"; import DisplaySettings from "./SettingsSection/DisplaySettings"; import ResumeSettings from "./SettingsSection/ResumeSettings"; +import EmailRequestSettings from "./SettingsSection/EmailRequestSettings"; // Import environment variables const logtoAppId = import.meta.env.LOGTO_APP_ID; @@ -119,6 +120,25 @@ const safeLogtoApiEndpoint = logtoApiEndpoint || ""; + +
+ Request an official IEEE UCSD email address (officers only) +
+ ++ As an IEEE officer, you're eligible for an official IEEE UCSD email address. This email can be used for all IEEE-related communications and provides a professional identity when representing the organization. +
+ +By requesting an email, you agree to use it responsibly and in accordance with IEEE UCSD policies.
+Email addresses are typically in the format firstname.lastname@ieeeucsd.org
+