mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-04-15 05:13:14 -04:00
Update url for Matrix Login to match Matrix Spec v1.13 (#5729)
Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
parent
867fff4264
commit
cfb53c4a3f
@ -18,7 +18,7 @@
|
||||
{{ $t("matrixDesc1") }}
|
||||
</p>
|
||||
<i18n-t tag="p" keypath="matrixDesc2" style="margin-top: 8px;">
|
||||
<code>curl -XPOST -d '{"type": "m.login.password", "identifier": {"user": "botusername", "type": "m.id.user"}, "password": "passwordforuser"}' "https://home.server/_matrix/client/r0/login"</code>.
|
||||
<code>curl -XPOST -d '{"type": "m.login.password", "identifier": {"user": "botusername", "type": "m.id.user"}, "password": "passwordforuser"}' "https://home.server/_matrix/client/v3/login"</code>.
|
||||
</i18n-t>
|
||||
</div>
|
||||
</template>
|
||||
|
Loading…
x
Reference in New Issue
Block a user