mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-25 04:20:11 +00:00
refactor(dashboard): remove deployment loading logic and introduce DeploymentsIndicator component for better UI management
This commit is contained in:
@@ -75,7 +75,7 @@ function get_socialite_provider(string $provider)
|
||||
$config
|
||||
);
|
||||
|
||||
if ($provider == 'gitlab' && !empty($oauth_setting->base_url)) {
|
||||
if ($provider == 'gitlab' && ! empty($oauth_setting->base_url)) {
|
||||
$socialite->setHost($oauth_setting->base_url);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user