chane README.md
This commit is contained in:
@@ -114,7 +114,7 @@ const Login = () => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h2 className="mt-6 text-center text-3xl font-bold text-gray-900 dark:text-white">
|
<h2 className="mt-6 text-center text-3xl font-bold text-gray-900 dark:text-white">
|
||||||
Khalij Finance Issuer Admin
|
Khalij Finance Agent Admin
|
||||||
</h2>
|
</h2>
|
||||||
<p className="mt-2 text-center text-sm text-gray-600 dark:text-gray-400">
|
<p className="mt-2 text-center text-sm text-gray-600 dark:text-gray-400">
|
||||||
Sign in to your account
|
Sign in to your account
|
||||||
@@ -204,10 +204,10 @@ const Login = () => {
|
|||||||
<div className="space-y-6">
|
<div className="space-y-6">
|
||||||
<div>
|
<div>
|
||||||
<h3 className="text-lg font-medium text-gray-900 dark:text-white mb-2">
|
<h3 className="text-lg font-medium text-gray-900 dark:text-white mb-2">
|
||||||
Select an Issuer
|
Select an Agent
|
||||||
</h3>
|
</h3>
|
||||||
<p className="text-sm text-gray-600 dark:text-gray-400 mb-4">
|
<p className="text-sm text-gray-600 dark:text-gray-400 mb-4">
|
||||||
Please select the issuer you want to sign in with:
|
Please select the agent you want to sign in with:
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -6,13 +6,8 @@
|
|||||||
|
|
||||||
export * from './authAPI';
|
export * from './authAPI';
|
||||||
|
|
||||||
export { countryAPI } from './countryAPI';
|
|
||||||
export { provinceAPI } from './provinceAPI';
|
|
||||||
export { cityAPI } from './cityAPI';
|
|
||||||
export { listPermissions } from './permissionsAPI';
|
|
||||||
export { generalAPI } from './generalAPI';
|
export { generalAPI } from './generalAPI';
|
||||||
export { paymentsAPI } from './paymentsAPI';
|
export { paymentsAPI } from './paymentsAPI';
|
||||||
export { currencyAPI } from './currencyAPI';
|
|
||||||
export { topUpAgentAPI } from './topUpAgentAPI';
|
|
||||||
export { walletAPI } from './walletAPI';
|
export { walletAPI } from './walletAPI';
|
||||||
export { voucherAPI } from './voucherAPI';
|
export { voucherAPI } from './voucherAPI';
|
||||||
|
|||||||
Reference in New Issue
Block a user