use buttons in login, reigster and sudo forms

This commit is contained in:
realaravinth
2021-07-22 09:19:27 +05:30
parent e9e6aac770
commit 746e4a2d1a
3 changed files with 3 additions and 4 deletions

View File

@@ -36,8 +36,7 @@
/> />
<. include!("../../components/showPassword/index.html"); .> <. include!("../../components/showPassword/index.html"); .>
</label> </label>
<button type="submit" class="sitekey-form__submit">Sign in</button>
<input type="submit" class="sitekey-form__submit" value="Sign in" />
</form> </form>
<p class="auth__secondary-action__banner"> <p class="auth__secondary-action__banner">
New to mCaptcha? New to mCaptcha?

View File

@@ -66,7 +66,7 @@
/> />
<. include!("../../components/showPassword/index.html"); .> <. include!("../../components/showPassword/index.html"); .>
</label> </label>
<input type="submit" class="sitekey-form__submit" value="Sign up" /> <button type="submit" class="sitekey-form__submit">Sign up</button>
</form> </form>
<p class="auth__secondary-action__banner"> <p class="auth__secondary-action__banner">
Already have an account? Already have an account?

View File

@@ -23,7 +23,7 @@
/> />
<. include!("../../components/showPassword/index.html"); .> <. include!("../../components/showPassword/index.html"); .>
</label> </label>
<input type="submit" class="sitekey-form__submit" value="Confirm access" /> <button type="submit" class="sitekey-form__submit">Confirm access</button>
</form> </form>
</div> </div>
<. include!("../../components/additional-data/index.html"); .> <. include!("../../components/additional-data/index.html"); .>