From 086d208ee50ae1f9ecb30196e758fdc7687714ae Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Thu, 10 Aug 2023 11:55:50 +0200 Subject: [PATCH] fix(front): properly handle error when approving app Signed-off-by: Thomas Citharel --- .../components/OAuth/AuthorizeApplication.vue | 48 ++++++++++++------- 1 file changed, 30 insertions(+), 18 deletions(-) diff --git a/js/src/components/OAuth/AuthorizeApplication.vue b/js/src/components/OAuth/AuthorizeApplication.vue index d0409a269..2232ee33e 100644 --- a/js/src/components/OAuth/AuthorizeApplication.vue +++ b/js/src/components/OAuth/AuthorizeApplication.vue @@ -91,7 +91,7 @@