rm logout action in gigawear
This commit is contained in:
-10
@@ -1,10 +0,0 @@
|
||||
package ru.shadowsparky.gigawear.data
|
||||
|
||||
import org.koin.core.annotation.Factory
|
||||
import ru.shadowsparky.http.domain.LogoutAction
|
||||
import ru.shadowsparky.http.domain.TokenStorage
|
||||
|
||||
@Factory
|
||||
class LogoutActionImpl(private val tokenStorage: TokenStorage) : LogoutAction {
|
||||
override suspend fun logout() { tokenStorage.clear() }
|
||||
}
|
||||
Reference in New Issue
Block a user