You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Inject
class DesktopAuthStore : AuthStore {
override suspend fun get(): AuthState? {
// TODO no-op for now
return null
}
override suspend fun save(state: AuthState) {
// TODO no-op for now
}
override suspend fun clear() {
// TODO no-op for now
}
}
The text was updated successfully, but these errors were encountered:
https://api.github.com/chrisbanes/tivi/blob/4a794103dc35ba8808d7bed454dab8e5b43378ff/data/traktauth/src/jvmMain/kotlin/app/tivi/data/traktauth/DesktopAuthStore.kt#L12
The text was updated successfully, but these errors were encountered: