Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
app-frontend
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Capstone
app-frontend
Commits
5e03b82e
Commit
5e03b82e
authored
1 year ago
by
Nishant Kishan Teckchandani
Browse files
Options
Downloads
Patches
Plain Diff
Update src/pages/login/Login.jsx
parent
8787bf5a
Branches
cloud_ready
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/pages/login/Login.jsx
+3
-0
3 additions, 0 deletions
src/pages/login/Login.jsx
with
3 additions
and
0 deletions
src/pages/login/Login.jsx
+
3
−
0
View file @
5e03b82e
...
...
@@ -11,6 +11,9 @@ import axios from "../../api/axios";
const
LOGIN_URL
=
"
/login
"
;
const
Login
=
({
token
,
setToken
,
setUserName
})
=>
{
console
.
log
(
'
This is the /Login
'
);
const
[
user
,
setUser
]
=
useState
(
""
);
const
[
pwd
,
setPwd
]
=
useState
(
""
);
const
[
enable
,
setEnable
]
=
useState
(
true
);
...
...
This diff is collapsed.
Click to expand it.
Preview
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