upd: hapus console.log

This commit is contained in:
2026-04-20 17:07:49 +08:00
parent 47cb146c5a
commit de5ad545a7
2 changed files with 0 additions and 3 deletions

View File

@@ -29,7 +29,6 @@ export default function ViewLogin({ onValidate }: Props) {
setLoadingLogin(true)
const response = await apiCheckPhoneLogin({ phone: `62${phone}` })
if (response.success) {
console.log({ response })
if (response.isWithoutOTP) {
const encrypted = await encryptToken(response.id)
signIn(encrypted)