mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
fix register issue with autofill credentials
This commit is contained in:
@@ -13,6 +13,10 @@
|
||||
<error-message-component class="m-b-20" :error="error"></error-message-component>
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<!-- https://stackoverflow.com/questions/15738259/disabling-chrome-autofill -->
|
||||
<!-- these fields are workaround for google autofill on the wrong fields -->
|
||||
<input style="display: none" type="email" name="email" />
|
||||
<input style="display: none" type="password" name="password" />
|
||||
<div class="row" v-show="step === 1">
|
||||
<div class="col">
|
||||
<div class="row m-b-15">
|
||||
|
||||
Reference in New Issue
Block a user