réplica de
https://git.coolaj86.com/coolaj86/browser-authenticator.js
synced 2025-07-01 17:36:32 +00:00
mobile safari...
Este commit está contenido en:
padre
92b62946d3
commit
06d72cc430
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>BOTP Test</title>
|
<title>BOTP Test</title>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Authenticator Test</h1>
|
<h1>Authenticator Test</h1>
|
||||||
|
1
test.js
1
test.js
@ -64,6 +64,7 @@ $('.js-verify').addEventListener('click', function () {
|
|||||||
msg = 'FAIL!';
|
msg = 'FAIL!';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
console.info('verify', msg);
|
||||||
window.alert(msg);
|
window.alert(msg);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Cargando…
x
Referencia en una nueva incidencia
Block a user