From daf048d25b08a68bb287a3c6c06664294d489eae Mon Sep 17 00:00:00 2001 From: yggverse Date: Sat, 3 Aug 2024 20:13:02 +0300 Subject: [PATCH] check for option name entry enabled --- src/Entity/Browser/Container/Page/Auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() );