mirror of
https://github.com/simon-ding/polaris.git
synced 2026-02-06 23:21:00 +08:00
update
This commit is contained in:
@@ -334,7 +334,7 @@ class _SystemSettingsPageState extends ConsumerState<SystemSettingsPage> {
|
||||
return Column(
|
||||
children: [
|
||||
SwitchListTile(
|
||||
title: const Text("开启认证"),
|
||||
title: const Text("需要认证"),
|
||||
value: _enableAuth,
|
||||
onChanged: (v) {
|
||||
setState(() {
|
||||
|
||||
Reference in New Issue
Block a user