Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Dspace7 Angular
Manage
Activity
Members
Labels
Plan
Issues
42
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
vtechworks
Dspace7 Angular
Commits
b6149034
Commit
b6149034
authored
4 years ago
by
Giuseppe Digilio
Browse files
Options
Downloads
Patches
Plain Diff
Added missing class in the authentication form to apply style properly
parent
4a650516
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/shared/log-in/methods/password/log-in-password.component.html
+2
-1
2 additions, 1 deletion
...ed/log-in/methods/password/log-in-password.component.html
with
2 additions
and
1 deletion
src/app/shared/log-in/methods/password/log-in-password.component.html
+
2
−
1
View file @
b6149034
<form
(ngSubmit)=
"submit()"
<form
class=
"form-login"
(ngSubmit)=
"submit()"
[formGroup]=
"form"
novalidate
>
<label
for=
"inputEmail"
class=
"sr-only"
>
{{"login.form.email" | translate}}
</label>
<input
id=
"inputEmail"
...
...
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