Remove LoginUserStory.

No that we do not have the WaitList screen anymore, this interface and implementation are useless.
This commit is contained in:
Benoit Marty 2025-08-27 14:59:38 +02:00
parent c45a1ca842
commit 516ba08f9c
13 changed files with 6 additions and 119 deletions

View file

@ -1,14 +0,0 @@
/*
* Copyright 2023, 2024 New Vector Ltd.
*
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
* Please see LICENSE files in the repository root for full details.
*/
package io.element.android.features.login.api
import kotlinx.coroutines.flow.StateFlow
interface LoginUserStory {
val loginFlowIsDone: StateFlow<Boolean>
}