Skip to content

Commit

Permalink
학교 인증 enable
Browse files Browse the repository at this point in the history
  • Loading branch information
umi0410 committed Aug 16, 2021
1 parent d3020da commit 753ff0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public void onClickNextBTN(View view) {
new Thread(){
@Override
public void run() {
if (true) {
if (false) {
// 개발 중이라 바로 스킵
signUpViewModel.getUser().getValue().setKind("guest");
progressDialog.dismiss();
Expand Down

0 comments on commit 753ff0a

Please sign in to comment.