Skip to content

Commit

Permalink
Fixed option to remove clients oauth2
Browse files Browse the repository at this point in the history
  • Loading branch information
elyerr committed Mar 2, 2024
1 parent 8a8007b commit b404046
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ $server
})
.catch((err) => {
//redirect tyo the login if the user is no authenticated
console.log("redirect to the login");
// console.log("redirect to the login");
});
2 changes: 1 addition & 1 deletion resources/js/pages/OAuth/Clients/RemoveClient.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</h5>
<button
class="btn mt-5 btn-danger btn-block"
@click="deleteClient(client)"
@click="deleteClient(client, $event)"
data-bs-dismiss="modal"
aria-label="Close"
>
Expand Down

0 comments on commit b404046

Please sign in to comment.