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

add webauthn console log

3c9502f2
FreddleSpl0it <[email protected]> 4 years, 2 months ago
data/web/templates/base.twig | 1 +
 1 file changed, 1 insertion(+)

Diff

diff --git a/data/web/templates/base.twig b/data/web/templates/base.twig
index b51dcde2..945d4501 100644
--- a/data/web/templates/base.twig
+++ b/data/web/templates/base.twig
@@ -245,6 +245,7 @@ function recursiveBase64StrToArrayBuffer(obj) {
         window.fetch("/api/v1/get/webauthn-tfa-get-args", {method:'GET',cache:'no-cache'}).then(response => {
             return response.json();
         }).then(json => {
+          console.log(json);
           if (json.success === false) throw new Error();
           if (json.type === "error") throw new Error(json.msg);