chane README.md

This commit is contained in:
ghazall-ag
2026-01-09 23:32:57 +03:30
parent 39d14f6468
commit c1c16213ab
2 changed files with 4 additions and 9 deletions

View File

@@ -114,7 +114,7 @@ const Login = () => {
</div>
</div>
<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>
<p className="mt-2 text-center text-sm text-gray-600 dark:text-gray-400">
Sign in to your account
@@ -204,10 +204,10 @@ const Login = () => {
<div className="space-y-6">
<div>
<h3 className="text-lg font-medium text-gray-900 dark:text-white mb-2">
Select an Issuer
Select an Agent
</h3>
<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>
</div>

View File

@@ -6,13 +6,8 @@
export * from './authAPI';
export { countryAPI } from './countryAPI';
export { provinceAPI } from './provinceAPI';
export { cityAPI } from './cityAPI';
export { listPermissions } from './permissionsAPI';
export { generalAPI } from './generalAPI';
export { paymentsAPI } from './paymentsAPI';
export { currencyAPI } from './currencyAPI';
export { topUpAgentAPI } from './topUpAgentAPI';
export { walletAPI } from './walletAPI';
export { voucherAPI } from './voucherAPI';