mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
use buttons in login, reigster and sudo forms
This commit is contained in:
@@ -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?
|
||||||
|
|||||||
@@ -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?
|
||||||
|
|||||||
@@ -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"); .>
|
||||||
|
|||||||
Reference in New Issue
Block a user