Skip to content

Commit

Permalink
feat: Tutup sementara fitur pengaturan user registration
Browse files Browse the repository at this point in the history
Ditutup sementara karena endpoint-nya belum selesai.
  • Loading branch information
CoderJava committed Nov 26, 2023
1 parent e50aa67 commit bc947bd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/feature/presentation/page/setting/setting_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -733,8 +733,9 @@ class _SettingPageState extends State<SettingPage> {
buildWidgetDiscordChannelId(),
const SizedBox(height: 16),
buildWidgetMemberBlurScreenshot(),
const SizedBox(height: 16),
buildWidgetUserRegistration(),
// TODO: untuk sementara tutup dulu fitur ini karena belum selesai endpoint-nya
/*const SizedBox(height: 16),
buildWidgetUserRegistration(),*/
],
);
}
Expand Down

0 comments on commit bc947bd

Please sign in to comment.