authorization of users
This commit is contained in:
@@ -28,7 +28,7 @@ const LoadingHardPage = ({ children, loading }) => {
|
||||
>
|
||||
<Fade in={true}>
|
||||
<LoadingImage
|
||||
src={"/images/logo.svg"}
|
||||
src={"/images/loading.svg"}
|
||||
alt="loading marhaba"
|
||||
priority
|
||||
width={100}
|
||||
|
||||
@@ -7,7 +7,7 @@ const Message = ({ text, actions }) => {
|
||||
<FullPageLayout sx={{ p: 1 }}>
|
||||
<CenterLayout spacing={3}>
|
||||
<StyledImage
|
||||
src={"/images/logo.svg"}
|
||||
src={"/images/loading.svg"}
|
||||
alt="loading loan facilities"
|
||||
width={100}
|
||||
height={100}
|
||||
|
||||
@@ -4,6 +4,6 @@ export const LOGIN_SEND_OTP_TOKEN = BASE_URL + "/login/send_otp";
|
||||
export const LOGIN = BASE_URL + "/login";
|
||||
export const REGISTER_SEND_OTP_TOKEN = BASE_URL + "/register/send_otp";
|
||||
export const REGISTER = BASE_URL + "/register";
|
||||
export const USER_INFO = BASE_URL + "/hamidGiveme";
|
||||
export const USER_INFO = BASE_URL + "/profile/info";
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user