From b18ad71fd42ad2abbf5af189a46827bc4c58c218 Mon Sep 17 00:00:00 2001 From: LucasBrazi06 Date: Sun, 9 Jan 2022 03:18:53 +0100 Subject: [PATCH] Renamed ServerAction VERIFICATION_EMAIL to VERIFY_EMAIL and use only one constant --- src/types/Server.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/types/Server.tsx b/src/types/Server.tsx index e1e8c3ff6..861cbc7fd 100644 --- a/src/types/Server.tsx +++ b/src/types/Server.tsx @@ -266,7 +266,6 @@ export enum ServerAction { NEW_REGISTERED_USER = 'NewRegisteredUser', UNKNOWN_USER_BADGED = 'UnknownUserBadged', TRANSACTION_STARTED = 'TransactionStarted', - VERIFICATION_EMAIL = 'VerificationEmail', VERIFICATION_EMAIL_USER_IMPORT = 'VerificationEmailUserImport', PATCH_EVSE_STATUS_ERROR = 'PatchEVSEStatusError', PATCH_EVSE_ERROR = 'PatchEVSEError',