forked from home-assistant/core
Add email as common data string (#35546)
This commit is contained in:
@@ -3,7 +3,10 @@
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "Enter Username and Password",
|
||||
"data": { "username": "Email Address", "password": "Password" }
|
||||
"data": {
|
||||
"username": "[%key:common::config_flow::data::email%]",
|
||||
"password": "Password"
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": { "invalid_login": "Invalid username or password" },
|
||||
|
||||
Reference in New Issue
Block a user