feat: add otp reciver

This commit is contained in:
2026-06-12 20:02:21 +03:30
parent fdf15913a9
commit 675123309a
9 changed files with 262 additions and 8 deletions
@@ -136,9 +136,13 @@ private fun AccountAppBar(
},
actions = {
if (!account.isLoggedIn) {
TextButton(onClick = onAccountClick) {
ElevatedButton(onClick = onAccountClick) {
Text("ورود", textAlign = TextAlign.Center)
}
}else if (!account.isSubscribed){
ElevatedButton(onClick = onAccountClick) {
Text("خرید اشتراک", textAlign = TextAlign.Center)
}
}
}
)