1
0
Fork 1
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2024-11-18 19:14:03 +00:00

Apply lanodan's suggestion(s) to 1 file(s)

This commit is contained in:
Haelwenn 2021-04-20 21:06:39 +00:00
parent 30b1d50938
commit e104829c2f

View file

@ -143,7 +143,7 @@ def update_notificaton_settings_operation do
def disable_account_operation do
%Operation{
tags: ["Accounts"],
tags: ["Account credentials"],
summary: "Disable Account",
security: [%{"oAuth" => ["write:accounts"]}],
operationId: "UtilController.disable_account",