Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
boco-frontend
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
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
idatt2106_2022_02
boco-frontend
Commits
b571662c
Commit
b571662c
authored
2 years ago
by
Zara Mudassar
Browse files
Options
Downloads
Patches
Plain Diff
Error message color updated
parent
1d43cde8
No related branches found
Branches containing commit
No related tags found
1 merge request
!111
Validering
Pipeline
#181015
failed
2 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/components/FormComponents/LoginForm.vue
+4
-4
4 additions, 4 deletions
src/components/FormComponents/LoginForm.vue
with
4 additions
and
4 deletions
src/components/FormComponents/LoginForm.vue
+
4
−
4
View file @
b571662c
...
...
@@ -24,7 +24,7 @@
<!-- error message -->
<div
v-for=
"(error, index) of v$.user.email.$errors"
:key=
"index"
>
<div
class=
"text-
red-600
text-sm"
class=
"text-
error-medium
text-sm"
v-show=
"showError"
id=
"emailErrorId"
>
...
...
@@ -47,12 +47,12 @@
/>
<!-- error message -->
<div
class=
"text-
red-600
text-sm"
class=
"text-
error-medium
text-sm"
v-for=
"(error, index) of v$.user.password.$errors"
:key=
"index"
>
<div
class=
"text-
red-600
text-sm"
class=
"text-
error-medium
text-sm"
v-show=
"showError"
id=
"passwordErrorId"
>
...
...
@@ -82,7 +82,7 @@
</div>
<div
class=
"flex items-center justify-center text-center bg-gray-50"
>
<label
class=
"mx-2 text-sm font-bold text-
red-500
dark:text-primary-light hover:underline"
class=
"mx-2 text-sm font-bold text-
error-medium
dark:text-primary-light hover:underline"
>
{{
message
}}
</label
>
</div>
...
...
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