This commit is contained in:
Simon Ding
2024-07-19 23:05:03 +08:00
parent a43b0d6d86
commit 7dead9b2ac

View File

@@ -334,7 +334,7 @@ class _SystemSettingsPageState extends ConsumerState<SystemSettingsPage> {
return Column( return Column(
children: [ children: [
SwitchListTile( SwitchListTile(
title: const Text("开启认证"), title: const Text("需要认证"),
value: _enableAuth, value: _enableAuth,
onChanged: (v) { onChanged: (v) {
setState(() { setState(() {