mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-07-30 06:20:24 +00:00
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
Some checks are pending
Build and Push Docker Images / Build and Push Docker Images (push) Has started running
This commit is contained in:
@ -45,6 +45,7 @@ export interface UserProfile {
|
||||
address: string;
|
||||
acc_no: string;
|
||||
id_card: string;
|
||||
agreement: string;
|
||||
}
|
||||
|
||||
export interface Session {
|
||||
|
Reference in New Issue
Block a user