feat: add otp reciver
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user