mirror of
https://github.com/writeas/writefreely-swiftui-multiplatform.git
synced 2024-11-15 01:11:02 +00:00
Fit test data to real-world username format
This commit is contained in:
parent
0c208fb063
commit
a56da3c07b
@ -62,7 +62,7 @@ class AccountModel: ObservableObject {
|
||||
|
||||
#if DEBUG
|
||||
let validCredentials = [
|
||||
"username": "name@example.com",
|
||||
"username": "test-writer",
|
||||
"password": "12345"
|
||||
]
|
||||
let validServer = "https://test.server.url"
|
||||
|
Loading…
Reference in New Issue
Block a user