use buttons in login, reigster and sudo forms
This commit is contained in:
parent
e9e6aac770
commit
746e4a2d1a
3 changed files with 3 additions and 4 deletions
|
@ -36,8 +36,7 @@
|
|||
/>
|
||||
<. include!("../../components/showPassword/index.html"); .>
|
||||
</label>
|
||||
|
||||
<input type="submit" class="sitekey-form__submit" value="Sign in" />
|
||||
<button type="submit" class="sitekey-form__submit">Sign in</button>
|
||||
</form>
|
||||
<p class="auth__secondary-action__banner">
|
||||
New to mCaptcha?
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
/>
|
||||
<. include!("../../components/showPassword/index.html"); .>
|
||||
</label>
|
||||
<input type="submit" class="sitekey-form__submit" value="Sign up" />
|
||||
<button type="submit" class="sitekey-form__submit">Sign up</button>
|
||||
</form>
|
||||
<p class="auth__secondary-action__banner">
|
||||
Already have an account?
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
/>
|
||||
<. include!("../../components/showPassword/index.html"); .>
|
||||
</label>
|
||||
<input type="submit" class="sitekey-form__submit" value="Confirm access" />
|
||||
<button type="submit" class="sitekey-form__submit">Confirm access</button>
|
||||
</form>
|
||||
</div>
|
||||
<. include!("../../components/additional-data/index.html"); .>
|
||||
|
|
Loading…
Reference in a new issue