feat(auth): Add Discord OAuth Provider (#5552)

This commit is contained in:
Yassir Elmarissi
2025-06-18 14:19:01 +02:00
committed by GitHub
parent 8048c66924
commit 4375f52c5d
28 changed files with 78 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ class Index extends Component
}
} catch (\Exception $e) {
// Log the error
logger()->error('Stripe API error: ' . $e->getMessage());
logger()->error('Stripe API error: '.$e->getMessage());
// Set a flag to show an error message to the user
$this->addError('stripe', 'Could not retrieve subscription information. Please try again later.');
} finally {