Update mfa_totp.php (#6916)
commit46e6e395723e7243bd07444cff9760337330c6f0
authorDrBassman <ryan@ryanlosh.com>
Tue, 10 Oct 2023 14:00:05 +0000 (10 09:00 -0500)
committerGitHub <noreply@github.com>
Tue, 10 Oct 2023 14:00:05 +0000 (10 10:00 -0400)
tree2923e7eeec53ea65878ec4fa9f9a8650e59f54a9
parent780abc8a11fa14f63463defe07e4d2a4e10ac980
Update mfa_totp.php (#6916)

* Update mfa_totp.php

On the original version, if you typed your password and pressed <ENTER>, a blank screen would be displayed.  This is because the <Form onsubmit=""> tag had one action, and the submit <Button> had a different onclick="" action.  This change makes it so pressing <ENTER> or clicking the Submit <Button> execute the same code...

* Update mfa_totp.php

Put type="submit" in \<button\>
interface/usergroup/mfa_totp.php