File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -97,9 +97,9 @@ const apiKeyRoute: FastifyPluginAsync = async (fastify, _options) => {
9797 } ,
9898 payload : {
9999 to : [ request . username ! ] ,
100- subject : "Important: ACM @ UIUC API Key Created" ,
100+ subject : "Important: API Key Created" ,
101101 content : `
102- This email confirms that an API key for the ACM @ UIUC API has been generated from your account.
102+ This email confirms that an API key for the Core API has been generated from your account.
103103
104104Key ID: acmuiuc_${ keyId }
105105
@@ -203,9 +203,9 @@ If you did not create this API key, please secure your account and notify the AC
203203 } ,
204204 payload : {
205205 to : [ request . username ! ] ,
206- subject : "Important: ACM @ UIUC API Key Deleted" ,
206+ subject : "Important: API Key Deleted" ,
207207 content : `
208- This email confirms that an API key for the ACM @ UIUC API has been deleted from your account.
208+ This email confirms that an API key for the Core API has been deleted from your account.
209209
210210Key ID: acmuiuc_${ keyId }
211211
You can’t perform that action at this time.
0 commit comments