mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2024-12-19 20:32:31 +03:00
7 lines
293 B
HTML
7 lines
293 B
HTML
|
<span class="show-password-container">
|
||
|
<img class="show-password--show" src="<.=
|
||
|
crate::FILES.get("./static-assets/img/svg/eye.svg").unwrap() .>" alt="" />
|
||
|
<img class="show-password--hide" src="<.=
|
||
|
crate::FILES.get("./static-assets/img/svg/eye-off.svg").unwrap() .>" alt="" />
|
||
|
</span>
|