Skip to content

Commit

Permalink
[MOD] #282 방문자 모드일 때 토큰 값으로 null 대신 visitor 넘겨주도록 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeha committed Dec 9, 2023
1 parent 1856d8e commit 652f3da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class LoginActivity : BindingActivity<ActivityLoginBinding>(com.runnect.runnect.
PreferenceManager.setString(
context = applicationContext,
key = TOKEN_KEY_REFRESH,
value = "null"
value = "visitor"
)
moveToMain()
}
Expand Down

0 comments on commit 652f3da

Please sign in to comment.