feat: resend verification code button
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user