aboutsummaryrefslogtreecommitdiffstats
path: root/src/containers/auth
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2023-05-28 13:48:21 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2023-05-28 13:48:21 +0530
commit99ca310c73024b51fed1f3077375eed7827f2c20 (patch)
tree2bd15986f448129a2291acba90ccc6bf68a233e0 /src/containers/auth
parentDisable in-app auto-updates for portable windows installation (fixes #1088) (... (diff)
downloadferdium-app-99ca310c73024b51fed1f3077375eed7827f2c20.tar.gz
ferdium-app-99ca310c73024b51fed1f3077375eed7827f2c20.tar.zst
ferdium-app-99ca310c73024b51fed1f3077375eed7827f2c20.zip
Fix issues reported by sonarqube linter
Diffstat (limited to 'src/containers/auth')
-rw-r--r--src/containers/auth/SetupAssistantScreen.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/containers/auth/SetupAssistantScreen.tsx b/src/containers/auth/SetupAssistantScreen.tsx
index 0d4c3feec..1a20ab002 100644
--- a/src/containers/auth/SetupAssistantScreen.tsx
+++ b/src/containers/auth/SetupAssistantScreen.tsx
@@ -96,7 +96,7 @@ class SetupAssistantScreen extends Component<IProps, IState> {
96 <SetupAssistant 96 <SetupAssistant
97 onSubmit={config => this.setupServices(config)} 97 onSubmit={config => this.setupServices(config)}
98 services={this.services} 98 services={this.services}
99 // embed={false} // TODO - [TS DEBT][PROP NOT USED IN COMPONENT] check legacy services type 99 // embed={false} // TODO: [TS DEBT][PROP NOT USED IN COMPONENT] check legacy services type
100 isSettingUpServices={this.state.isSettingUpServices} 100 isSettingUpServices={this.state.isSettingUpServices}
101 /> 101 />
102 ); 102 );