1
Fork 0
mirror of https://github.com/diced/zipline.git synced 2025-04-11 23:31:17 -05:00

fix: add a warning to restart oauth if any issues

This commit is contained in:
diced 2025-02-17 12:03:44 -08:00
parent 316d961fb6
commit 7a93070958
No known key found for this signature in database
GPG key ID: 370BD1BA142842D1

View file

@ -102,6 +102,7 @@ export default function ServerSettingsOauth({
<Text size='sm' c='dimmed'>
For OAuth to work, the &quot;OAuth Registration&quot; setting must be enabled in the Features section.
If you have issues, try restarting Zipline after saving.
</Text>
<form onSubmit={form.onSubmit(onSubmit)}>