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:
parent
316d961fb6
commit
7a93070958
1 changed files with 1 additions and 0 deletions
|
@ -102,6 +102,7 @@ export default function ServerSettingsOauth({
|
|||
|
||||
<Text size='sm' c='dimmed'>
|
||||
For OAuth to work, the "OAuth Registration" setting must be enabled in the Features section.
|
||||
If you have issues, try restarting Zipline after saving.
|
||||
</Text>
|
||||
|
||||
<form onSubmit={form.onSubmit(onSubmit)}>
|
||||
|
|
Loading…
Add table
Reference in a new issue