diff --git a/src/Entity/Browser/Container/Page/Auth.php b/src/Entity/Browser/Container/Page/Auth.php index 609baa4e..58311d7a 100644 --- a/src/Entity/Browser/Container/Page/Auth.php +++ b/src/Entity/Browser/Container/Page/Auth.php @@ -194,7 +194,7 @@ class Auth $this->page->container->browser->database->identity->add( $identity->crt(), $identity->key(), - $this->name->get_text() + $this->name->get_text() ? $this->name->get_text() : null ), $this->page->navbar->request->getValue() );