Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
affiliation-assessor-app
Commits
d116850c
Commit
d116850c
authored
1 year ago
by
Arun Kumar
Browse files
Options
Download
Patches
Plain Diff
added log on admin login page
parent
cf26807f
gitpod-uat
gitpod
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
apps/wrapper/web-portal/src/login/AdminLogin.jsx
+1
-0
apps/wrapper/web-portal/src/login/AdminLogin.jsx
with
1 addition
and
0 deletions
+1
-0
apps/wrapper/web-portal/src/login/AdminLogin.jsx
+
1
−
0
View file @
d116850c
...
...
@@ -26,6 +26,7 @@ const AdminLogin = () => {
}
=
useForm
();
useEffect
(()
=>
{
console
.
log
(
"
checking login ........
"
)
// Check if user is already logged in (e.g., using your authentication logic)
const
checkLoggedInStatus
=
()
=>
{
const
isAuthenticated
=
getCookie
(
"
userData
"
);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets