diff --git a/src/Entity/Browser/Container/Page/Auth.php b/src/Entity/Browser/Container/Page/Auth.php index 1338b3c9..7edca4cf 100644 --- a/src/Entity/Browser/Container/Page/Auth.php +++ b/src/Entity/Browser/Container/Page/Auth.php @@ -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() );