|
@@ -16,7 +16,7 @@ class OtBackendUserAuthenticator extends BackendUserAuthenticator
|
|
|
* Check if the user is required for the request
|
|
* Check if the user is required for the request
|
|
|
* If we're trying to do a login or an ajax login, don't require a user
|
|
* If we're trying to do a login or an ajax login, don't require a user
|
|
|
*
|
|
*
|
|
|
- * @param string $routePath the Route path to check against, something like '
|
|
|
|
|
|
|
+ * @param string $routePath the Route path to check against
|
|
|
* @return bool whether the request can proceed without a login required
|
|
* @return bool whether the request can proceed without a login required
|
|
|
*/
|
|
*/
|
|
|
protected function isLoggedInBackendUserRequired(string $routePath): bool
|
|
protected function isLoggedInBackendUserRequired(string $routePath): bool
|