1
0
Fork 1
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2024-09-11 14:17:21 +01:00

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

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

View file

@ -88,7 +88,7 @@ def change_password_operation do
def change_email_operation do
%Operation{
tags: ["Accounts"],
tags: ["Account credentials"],
summary: "Change account email",
security: [%{"oAuth" => ["write:accounts"]}],
operationId: "UtilController.change_email",