Профиль, редактирование без аватара
This commit is contained in:
@@ -8,5 +8,6 @@ interface AuthRepository {
|
||||
suspend fun logout()
|
||||
suspend fun fetchConfig(): Result<Unit>
|
||||
fun isAuthenticated(): Boolean
|
||||
fun isAuthenticatedFlow(): kotlinx.coroutines.flow.StateFlow<Boolean>
|
||||
suspend fun updatePushToken(token: String)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user