registration page added

This commit is contained in:
2025-04-29 18:20:15 +05:00
parent 04d507a7fe
commit e2173e625d

View File

@@ -27,6 +27,7 @@ class AdminPanelProvider extends PanelProvider
->id('panel')
->path('panel')
->login()
->registration()
->colors([
'primary' => Color::Amber,
])