mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-10 13:34:09 +01:00
s/user/username/ typo
This commit is contained in:
parent
1551e34ea5
commit
9cb626982a
|
|
@ -255,7 +255,7 @@ including the AS token on a ``/register`` request, along with a login type of
|
||||||
Content:
|
Content:
|
||||||
{
|
{
|
||||||
type: "m.login.application_service",
|
type: "m.login.application_service",
|
||||||
user: "<desired user localpart in AS namespace>"
|
username: "<desired user localpart in AS namespace>"
|
||||||
}
|
}
|
||||||
|
|
||||||
Application services which attempt to create users or aliases *outside* of
|
Application services which attempt to create users or aliases *outside* of
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue