Users other than administrators cannot log in. What is the reason for this?

Users other than administrators cannot log in. What is the reason for this?
public function canAccessPanel(Panel $panel): bool
{
return true;
}
public function canAccessPanel(Panel $panel): bool
{
return true;
}
3 Replies
LeandroFerreira
LeandroFerreira2mo ago
what error?
Dennis Koch
Dennis Koch2mo ago
How do admins and non admins differ?
LeandroFerreira
LeandroFerreira2mo ago
GitHub
Users other than administrators cannot log in. What is the reason f...
Package Panel builder Package Version 3.0 How can we help you? Users other than administrators cannot log in. What is the reason for this? public function canAccessPanel(Panel $panel): bool { retur...