From ee434d5f98611a1763ff3c709e93cad7a062e8df Mon Sep 17 00:00:00 2001 From: Tushar Ahire Date: Thu, 26 Dec 2024 14:36:04 +0530 Subject: [PATCH] fix: removes custom message from props --- src/application/router/routes.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/application/router/routes.ts b/src/application/router/routes.ts index 1fe9147a..ab3c9105 100644 --- a/src/application/router/routes.ts +++ b/src/application/router/routes.ts @@ -207,7 +207,6 @@ const routes: RouteRecordRaw[] = [ }, props: route => ({ code: route.params.code, - customMessage: route.query.message, }), }, ];