-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Ensure private addresses are refreshed Signed-off-by: Emanuele Feliziani <feliziani.emanuele@gmail.com> * Fix button sometimes not clickable Signed-off-by: Emanuele Feliziani <feliziani.emanuele@gmail.com> * Fix flytap.com username Signed-off-by: Emanuele Feliziani <feliziani.emanuele@gmail.com> * Commit compiled code Signed-off-by: Emanuele Feliziani <feliziani.emanuele@gmail.com> * Fix test failure Signed-off-by: Emanuele Feliziani <feliziani.emanuele@gmail.com> --------- Signed-off-by: Emanuele Feliziani <feliziani.emanuele@gmail.com>
- Loading branch information
1 parent
e1207b3
commit b333fb3
Showing
9 changed files
with
124 additions
and
59 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
<!-- https://www.flytap.com/en-pt/ --> | ||
<form id="js-login-account-modal" autocomplete="off" novalidate="novalidate"> | ||
<fieldset> | ||
<legend class="prop-hide--sreader">Sign into your account</legend> | ||
<div class="matrix-tap__row"> | ||
<div class="matrix-tap__col"> | ||
<div class="formdefault-tap__field-group light-input-tap"> | ||
<input class="formdefault-tap__input-field vld-email-tpnumber clearinput-tap-field" name="login-user-account-modal" id="login-user-account-modal" type="text" placeholder=" " data-manual-scoring="username"><button class="clearinput-tap-buttton prop-display--none" aria-label="clearinput">clearinput</button> | ||
<div class="formdefault-tap__input-label-wrapper"> | ||
<label class="formdefault-tap__input-label" for="login-user-account-modal">Email or Client Number (TP)</label> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="matrix-tap__row"> | ||
<div class="matrix-tap__col"> | ||
<div class="formdefault-tap__field-group light-input-tap"> | ||
<div class="formdefault-tap__input-password-wrapper"> | ||
<input type="password" name="login-pass-account-modal" id="login-pass-account-modal" class="formdefault-tap__input-field" maxlength="32" value="" autocapitalize="off" placeholder=" " required="" aria-required="true" data-manual-scoring="password"> | ||
<button type="button" id="for-2-login-pass-account-modal" class="link js-passwordChars"> | ||
<span class="icn-svg svg-icn-hide-pass-grey">Hide password</span> | ||
<span class="icn-svg svg-icn-show-pass-grey">Show password</span> | ||
</button> | ||
<div class="formdefault-tap__input-label-wrapper"> | ||
<label class="formdefault-tap__input-label" for="login-pass-account-modal">Password</label> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="matrix-tap__row"> | ||
<div class="matrix-tap__col"> | ||
<div class="formdefault-tap__field-group"> | ||
<div class="formdefault-tap__input-checker-wrapper formdefault-tap__input-checker-color-variation checked"> | ||
<input class="formdefault-tap__input-checker-input" type="checkbox" name="login-save-account-modal" id="login-save-account-modal" value="Remember me" checked=""> | ||
<label class="formdefault-tap__input-label--check" for="login-save-account-modal"> | ||
Remember me </label> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</fieldset> | ||
</form> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.