NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Commit

migrating from u2f-api.js to webauthn

be4af41e
FreddlePat <[email protected]> 4 years, 6 months ago
data/web/inc/vars.inc.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Diff

diff --git a/data/web/inc/vars.inc.php b/data/web/inc/vars.inc.php
index e8bfe4c0..64858e0e 100644
--- a/data/web/inc/vars.inc.php
+++ b/data/web/inc/vars.inc.php
@@ -193,7 +193,7 @@ $SHOW_LAST_LOGIN = true;
 // false = preferred
 // string 'required' 'preferred' 'discouraged'
 $WEBAUTHN_UV_FLAG_REGISTER = false;
-$WEBAUTHN_UV_FLAG_LOGIN = false:
+$WEBAUTHN_UV_FLAG_LOGIN = false;
 $WEBAUTHN_USER_PRESENT_FLAG = true;
 
 $FIDO2_UV_FLAG_REGISTER = 'preferred';