Skip to content

Commit bc947bd

Browse files
committed
feat: Tutup sementara fitur pengaturan user registration
Ditutup sementara karena endpoint-nya belum selesai.
1 parent e50aa67 commit bc947bd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/feature/presentation/page/setting/setting_page.dart

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -733,8 +733,9 @@ class _SettingPageState extends State<SettingPage> {
733733
buildWidgetDiscordChannelId(),
734734
const SizedBox(height: 16),
735735
buildWidgetMemberBlurScreenshot(),
736-
const SizedBox(height: 16),
737-
buildWidgetUserRegistration(),
736+
// TODO: untuk sementara tutup dulu fitur ini karena belum selesai endpoint-nya
737+
/*const SizedBox(height: 16),
738+
buildWidgetUserRegistration(),*/
738739
],
739740
);
740741
}

0 commit comments

Comments
 (0)