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
Sign in
Toggle navigation
Menu
Anand Kulkarni
rgstc-project
Commits
070a5009
Commit
070a5009
authored
5 years ago
by
Rutesh Rathod
Browse files
Options
Downloads
Patches
Plain Diff
URL problem solved
parent
58335a29
Branches
ModifiedDevBranch
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/views/ApplicantLogin.vue
+67
-69
src/views/ApplicantLogin.vue
with
67 additions
and
69 deletions
src/views/ApplicantLogin.vue
+
67
−
69
View file @
070a5009
...
...
@@ -22,81 +22,79 @@
<div
class=
"login-inner-form"
>
<div
class=
"details"
>
<h3>
Sign into your account
</h3>
<form>
<div
class=
"form-group"
:class=
"
{ error: errors.has('email_id') }"
<div
class=
"form-group"
:class=
"
{ error: errors.has('email_id') }"
>
<label>
Email Id
</label>
<input
type=
"email"
placeholder=
"Email"
class=
"form-control"
autocomplete
name=
"email_id"
v-model=
"em.email_id"
/>
<small
class=
"form-text text-danger"
v-if=
"errors.has(email_id)"
>
{{
$t
(
errors
.
first
(
"
email_id
"
))
}}
</small
>
<label>
Email Id
</label
>
<input
type=
"email
"
placeholder=
"Email
"
class=
"form-control"
autocomplete
name=
"email_id"
v-model=
"em.email_i
d"
/>
<small
class=
"form-text text-danger
"
v-if=
"errors.has(email_id)
"
>
{{
$t
(
errors
.
first
(
"
email_id
"
))
}}
</small
>
<
/div>
<div
class=
"form-group
"
:class=
"
{ error: errors.has('
email_id
'
) }
"
</div
>
<div
class=
"form-group
"
:class=
"
{ error: errors.has('email_id') }
"
>
<label>
Password
</label>
<input
type=
"passwor
d"
placeholder=
"password"
class=
"form-control"
autocomplete
name=
"password
"
v-model=
"em.password
"
/>
<
small
class=
"form-text text-danger"
v-if=
"errors.has(email_id)
"
>
{{
$t
(
errors
.
first
(
"
email_id
"
)
)
}
}
</small
>
<label>
Password
</label>
<input
type=
"password"
placeholder=
"password"
class=
"form-control"
autocomplete
name=
"password"
v-model=
"em.password"
/>
<small
class=
"form-text text-danger"
v-if=
"errors.has(email_id)"
>
{{
$t
(
errors
.
first
(
"
email_id
"
))
}}
</small
>
</div>
<div
class=
"form-group row m-t-20"
>
<div
class=
"col-12 mb-3"
>
<div
class=
"custom-control custom-checkbox"
>
<input
type=
"checkbox"
id=
"customControlInline"
class=
"custom-control-input"
/>
<label
for=
"customControlInline"
class=
"custom-control-label"
>
Remember me
</label
>
</div>
</div>
<div
class=
"col-12 text-center"
>
<button
type=
"submit"
class=
"btn btn-block btn-primary"
@
click=
"abx"
</div>
<div
class=
"form-group row m-t-20"
>
<div
class=
"col-12 mb-3"
>
<div
class=
"custom-control custom-checkbox"
>
<input
type=
"checkbox"
id=
"customControlInline"
class=
"custom-control-input"
/>
<label
for=
"customControlInline"
class=
"custom-control-label"
>
Remember me
</label
>
Submit Email
</button>
</div>
</div>
<div
class=
"form-group m-t-10 mb-0 row"
>
<div
class=
"col-12 m-t-20"
>
<a
href=
"pages-recoverpw.html"
class=
"text-muted"
>
<i
class=
"mdi mdi-lock"
/>
Forgot your password?
</a>
</div>
<div
class=
"col-12 text-center"
>
<button
type=
"submit"
class=
"btn btn-block btn-primary"
@
click=
"abx"
>
Submit Email
</button>
</div>
</div>
<div
class=
"form-group m-t-10 mb-0 row"
>
<div
class=
"col-12 m-t-20"
>
<a
href=
"pages-recoverpw.html"
class=
"text-muted"
>
<i
class=
"mdi mdi-lock"
/>
Forgot your password?
</a>
</div>
</
form
>
</
div
>
<p>
Don't have an account?
<router-link
to=
"applicantRegistration"
>
...
...
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
Menu
Explore
Projects
Groups
Topics
Snippets