Refactor authentication flow and improve code organization
The update implemented a redirect functionality in the multi-factor authentication flow for a better user experience. It also involved a refactoring of some parts of the code, substituting direct routing paths with path configs for easier future modifications. Import statements were adjusted for better code organization and readability.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"subscriptionTabSubheading": "Manage your Subscription and Billing",
|
||||
"planCardTitle": "Your Plan",
|
||||
"planCardDescription": "Below are the details of your current plan. You can change your plan or cancel your subscription at any time.",
|
||||
"planRenewal": "Renews every {{interval}} at {{currency}} {{price}}",
|
||||
"planRenewal": "Renews every {{interval}} at {{price}}",
|
||||
"planDetails": "Plan Details",
|
||||
"checkout": "Proceed to Checkout",
|
||||
"trialEndsOn": "Your trial ends on",
|
||||
|
||||
Reference in New Issue
Block a user