-
-
+
+
+
+
+
+
+
+
+
+ Approved
+
+
+
+ {approvedApplication()}
+
+
+
+ Click anywhere to proceed
+
+
+
+
+
>
)
}
diff --git a/src/pages/ProfilePage/Profile.sass b/src/pages/ProfilePage/Profile.sass
index b0f57d7..2b29a88 100644
--- a/src/pages/ProfilePage/Profile.sass
+++ b/src/pages/ProfilePage/Profile.sass
@@ -1,5 +1,5 @@
-.name
- padding: 1rem 2rem
+.profile-name
+ padding: 1rem 2.25rem
border-radius: 8px
font-size: 1.75rem
font-weight: 800
diff --git a/src/pages/ProfilePage/Profile.tsx b/src/pages/ProfilePage/Profile.tsx
index 9272fae..9a05929 100644
--- a/src/pages/ProfilePage/Profile.tsx
+++ b/src/pages/ProfilePage/Profile.tsx
@@ -1,37 +1,43 @@
import './Profile.sass'
-import { Logo, Link, Page, Row, Padding, Combobox, Box, Button, Modal, Column, QR, Input, Display } from '../../components'
+import { Logo, Link, Page, Row, Padding, Column, Box } from '../../components'
import { IoChevronBack } from 'solid-icons/io'
import { _employeeName, _employeeId } from '../../stores/employee'
-export default () => {
- return (
- <>
-
-
-
-
-
-
- OCBO e-Sign
-
-
-
-
-
-
- Back
-
-
-
-
- {sessionStorage.getItem('name')}
-
-
- Role:
+export default () => (
+ <>
+
+
+
+
+
+
+ OCBO e-Sign
-
-
-
- >
- )
-}
+
+
+
+
+
+ Back
+
+
+
+
+ {sessionStorage.getItem('name')}
+
+
+
+
+ Username:
+ Username:
+
+
+
+
+
+
+
+
+
+ >
+)
diff --git a/src/utils/functions/index.ts b/src/utils/functions/index.ts
index 2aeb6e6..c9862ca 100644
--- a/src/utils/functions/index.ts
+++ b/src/utils/functions/index.ts
@@ -6,4 +6,4 @@ export { default as getApiMulti } from './getApiMulti.ts';
export { default as postApi } from './postApi.ts';
export { default as statusPopsApi } from './statusPopsApi.ts';
export { default as voidPopsApi } from './voidPopsApi.ts';
-
+export { default as securePassword } from './securePassword.ts';