Add OtpDialogService for mobile-friendly OTP authentication dialog
This commit is contained in:
@@ -15,6 +15,11 @@ public static class RouteConstants
|
||||
public static class Profile
|
||||
{
|
||||
public const string Index = "/profile";
|
||||
public const string Personal = "/profile/personal";
|
||||
public const string Addresses = "/profile/addresses";
|
||||
public const string Settings = "/profile/settings";
|
||||
public const string Tree = "/profile/tree";
|
||||
public const string Wallet = "/profile/wallet";
|
||||
}
|
||||
|
||||
public static class Package
|
||||
@@ -41,4 +46,14 @@ public static class RouteConstants
|
||||
{
|
||||
public const string Index = "/checkout";
|
||||
}
|
||||
|
||||
public static class Store
|
||||
{
|
||||
public const string Products = "/products";
|
||||
public const string ProductDetail = "/product/"; // usage: /product/{id}
|
||||
public const string Cart = "/cart";
|
||||
public const string CheckoutSummary = "/checkout-summary";
|
||||
public const string Orders = "/orders";
|
||||
public const string OrderDetail = "/order/"; // usage: /order/{id}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user