amalia/03-jun-26 #55

Merged
amaliadwiy merged 361 commits from amalia/03-jun-26 into v-2.2.0 2026-06-08 11:32:17 +08:00
288 changed files with 16385 additions and 4608 deletions
Showing only changes of commit de5ad545a7 - Show all commits

View File

@@ -11,8 +11,6 @@ export default function Feature() {
const entityUser = useSelector((state: any) => state.user)
const { colors } = useTheme();
console.log({entityUser})
return (
<SafeAreaView style={{ flex: 1, backgroundColor: colors.background }}>
<Stack.Screen

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)