amalia/20-apr-26 #38

Merged
amaliadwiy merged 7 commits from amalia/20-apr-26 into join 2026-04-20 17:49:36 +08:00
31 changed files with 1211 additions and 919 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)