mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
fix misnamed key in example; thanks SkaveRat
This commit is contained in:
parent
3edff684a1
commit
411ab64712
|
|
@ -233,7 +233,7 @@ including the AS token on a ``/register`` request, along with a login type of
|
|||
Content:
|
||||
{
|
||||
type: "m.login.application_service",
|
||||
username: "<desired user localpart in AS namespace>"
|
||||
user: "<desired user localpart in AS namespace>"
|
||||
}
|
||||
|
||||
Application services which attempt to create users or aliases *outside* of
|
||||
|
|
|
|||
Loading…
Reference in a new issue