check for option name entry enabled

This commit is contained in:
yggverse 2024-08-03 20:13:02 +03:00
parent a4406499dd
commit daf048d25b

View file

@ -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()
);