feat(verify-user): add link to view user agreement and improve layout for user information
Some checks are pending
Build and Push Docker Images / Build and Push Docker Images (push) Has started running

This commit is contained in:
2025-07-25 10:58:39 +05:00
parent c2578f1c8f
commit eadd790fe1
2 changed files with 10 additions and 3 deletions

View File

@ -45,6 +45,7 @@ export interface UserProfile {
address: string;
acc_no: string;
id_card: string;
agreement: string;
}
export interface Session {