diff --git a/src/Entity/Browser/Container/Page/Auth.php b/src/Entity/Browser/Container/Page/Auth.php index 2508e7d5..ea491957 100644 --- a/src/Entity/Browser/Container/Page/Auth.php +++ b/src/Entity/Browser/Container/Page/Auth.php @@ -134,6 +134,15 @@ class Auth // Build options list foreach ($this->_options as $id => $option) { + // Detect active identity + $option->gtk->set_active( + boolval( + $this->page->container->browser->database->auth->match( + $this->page->navbar->request->getValue(), 1 // one + ) + ) + ); + // Append option $content->add( $option->gtk