We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e50aa67 commit bc947bdCopy full SHA for bc947bd
lib/feature/presentation/page/setting/setting_page.dart
@@ -733,8 +733,9 @@ class _SettingPageState extends State<SettingPage> {
733
buildWidgetDiscordChannelId(),
734
const SizedBox(height: 16),
735
buildWidgetMemberBlurScreenshot(),
736
- const SizedBox(height: 16),
737
- buildWidgetUserRegistration(),
+ // TODO: untuk sementara tutup dulu fitur ini karena belum selesai endpoint-nya
+ /*const SizedBox(height: 16),
738
+ buildWidgetUserRegistration(),*/
739
],
740
);
741
}
0 commit comments