mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-04-28 11:30:15 +00:00
chore: Fix lint warnings in SetupWizard and add AI API docs
- Fixed unused variables in wizard components - Fixed invalid aiEnabled field in FeaturesStep (AI uses separate API) - Added AI endpoints section to API.md
This commit is contained in:
parent
3497780426
commit
5e2311035b
5 changed files with 40 additions and 9 deletions
|
|
@ -58,7 +58,7 @@ export const WelcomeStep: Component<WelcomeStepProps> = (props) => {
|
|||
props.setIsUnlocked(true);
|
||||
showSuccess('Token verified!');
|
||||
props.onNext();
|
||||
} catch (error) {
|
||||
} catch (_error) {
|
||||
showError('Invalid bootstrap token. Please check and try again.');
|
||||
} finally {
|
||||
setIsValidating(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue