diff --git a/aleksis/core/frontend/components/oauth/OAuthApplications.vue b/aleksis/core/frontend/components/oauth/OAuthApplications.vue index b05b6942f81a797bf6e5b8fde8f372c680f52aeb..7ff6fadb17fe09412b3c37adf906cdacacb1550b 100644 --- a/aleksis/core/frontend/components/oauth/OAuthApplications.vue +++ b/aleksis/core/frontend/components/oauth/OAuthApplications.vue @@ -37,7 +37,7 @@ import CRUDList from "../generic/CRUDList.vue"; </div> </template> <!-- eslint-disable-next-line vue/valid-v-slot --> - <template #clientSecret.field="{ attrs, isCreate }"> + <template #clientSecret.field="{ attrs, on, isCreate }"> <v-text-field v-bind="attrs" v-on="on"