Skip to content
Snippets Groups Projects
Commit b76d43e7 authored by Marco De Donno's avatar Marco De Donno
Browse files

UI patch for the TOTP on th login page

parent ff54b168
No related branches found
No related tags found
No related merge requests found
...@@ -156,7 +156,6 @@ ...@@ -156,7 +156,6 @@
$( "<input />" ) $( "<input />" )
.attr( "id", "totp" ) .attr( "id", "totp" )
.attr( "name", "totp" ) .attr( "name", "totp" )
.css( "width", "100%" )
.on( "keyup", function( event ) .on( "keyup", function( event )
{ {
if( event.keyCode == 13 ) if( event.keyCode == 13 )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment