mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 06:06:57 +02:00
Update remaining strings for FTUE.
Include homeserver in view models/state as needed. Pre-fill the user's display name as set by the server.
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ class AuthenticationForgotPasswordViewModelTests: XCTestCase {
|
||||
var context: AuthenticationForgotPasswordViewModelType.Context!
|
||||
|
||||
override func setUpWithError() throws {
|
||||
viewModel = AuthenticationForgotPasswordViewModel()
|
||||
viewModel = AuthenticationForgotPasswordViewModel(homeserver: .mockMatrixDotOrg)
|
||||
context = viewModel.context
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user