mirror of
https://github.com/matrix-construct/construct
synced 2024-11-19 00:10:59 +01:00
modules/client/keys/claim: Use proper resource method flag.
This commit is contained in:
parent
266530bc5e
commit
1a0a24d91a
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ method_post__unstable
|
|||
{
|
||||
claim_resource__unstable, "POST", post__keys_claim,
|
||||
{
|
||||
method_post.REQUIRES_AUTH
|
||||
method_post__unstable.REQUIRES_AUTH
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue