Browse Source

check for option name entry enabled

PHP-GTK3
yggverse 4 months ago
parent
commit
daf048d25b
  1. 2
      src/Entity/Browser/Container/Page/Auth.php

2
src/Entity/Browser/Container/Page/Auth.php

@ -207,7 +207,7 @@ class Auth @@ -207,7 +207,7 @@ class Auth
$this->page->container->browser->database->identity->add(
$identity->crt(),
$identity->key(),
$option->name->getValue()
$option->name ? $option->name->getValue() : null
),
$this->page->navbar->request->getValue()
);

Loading…
Cancel
Save