feat: resend verification code button

This commit is contained in:
2025-07-24 11:26:21 +04:00
parent 27bb7c3ebc
commit 84f7869a37
6 changed files with 88 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import rootReducer from "@/lib/features/rootReducer";
const persistConfig = {
key: "root",
storage,
whitelist: ["targetService"],
whitelist: ["targetService", "verification"],
};
const persistedReducer = persistReducer(persistConfig, rootReducer);