Commit 070a5009 authored by Rutesh Rathod's avatar Rutesh Rathod
Browse files

URL problem solved

parent 58335a29
No related merge requests found
Showing with 67 additions and 69 deletions
......@@ -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_id"
/>
<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="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
>
<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">
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment