Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CSCE378 Project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
amasek6
CSCE378 Project
Commits
d93419c2
Commit
d93419c2
authored
6 months ago
by
amasek6
Browse files
Options
Downloads
Patches
Plain Diff
made login page have default NUID value of 50130305 user can not change value of nuid box
parent
549a3111
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
csce378Project/src/features/myRed/audit.js
+2
-2
2 additions, 2 deletions
csce378Project/src/features/myRed/audit.js
package-lock.json
+37865
-2748
37865 additions, 2748 deletions
package-lock.json
with
37867 additions
and
2750 deletions
csce378Project/src/features/myRed/audit.js
+
2
−
2
View file @
d93419c2
...
@@ -37,8 +37,8 @@ function LoginScreen(props){
...
@@ -37,8 +37,8 @@ function LoginScreen(props){
<
div
left
>
<
div
left
>
<
div
>
<
div
>
<
label
className
=
{
styles
.
label
}
>
NUID
:
<
/label
>
<
label
className
=
{
styles
.
label
}
>
NUID
:
<
/label
>
<
input
type
=
"
number
"
min
=
"
0
"
placeholder
=
"
NUID
"
onKeyDown
=
{
blockInvalidChar
}
<
input
type
=
"
number
"
min
=
"
0
"
placeholder
=
"
NUID
"
value
=
{
props
.
nuid
}
onKeyDown
=
{
blockInvalidChar
}
className
=
{
styles
.
textBox
}
id
=
"
nuid
"
/>
className
=
{
styles
.
textBox
}
id
=
"
nuid
"
readOnly
/>
<
/div
>
<
/div
>
{
advanced
?
{
advanced
?
...
...
This diff is collapsed.
Click to expand it.
package-lock.json
+
37865
−
2748
View file @
d93419c2
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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