mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-25 20:49:28 +00:00
fix: stripe
add: custom error pages fix: invititation feat: new quick login for first users (UX++) feat: more internal notifications
This commit is contained in:
@@ -57,6 +57,7 @@ class FortifyServiceProvider extends ServiceProvider
|
||||
});
|
||||
|
||||
Fortify::loginView(function () {
|
||||
abort(503,'Login is disabled');
|
||||
$settings = InstanceSettings::get();
|
||||
$users = User::count();
|
||||
if ($users == 0) {
|
||||
|
||||
Reference in New Issue
Block a user