mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Igualando a rama dev/formateando
This commit is contained in:
@ -9,10 +9,10 @@ function pass(){
|
||||
"use strict";
|
||||
if(document.getElementById('password').type === 'text'){
|
||||
document.getElementById('password').type = 'password';
|
||||
document.getElementById('btn_pass').innerHTML = '<i class="far fa-eye"></i>';
|
||||
document.getElementById('show_pass').innerHTML = '<i class="ti ti-eye"></i>';
|
||||
}else{
|
||||
document.getElementById('password').type = 'text';
|
||||
document.getElementById('btn_pass').innerHTML = '<i class="far fa-eye-slash"></i>';
|
||||
document.getElementById('show_pass').innerHTML = '<i class="ti ti-eye-off"></i>';
|
||||
}
|
||||
}
|
||||
function accepted(){
|
||||
|
||||
Reference in New Issue
Block a user