fix(front): fix showing error message when app to approve doesn't exist

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2023-08-02 15:29:28 +02:00
parent c76dba3dbf
commit 12cbff154a
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
<div v-show="authApplicationError">
<div
class="rounded-lg text-white bg-mbz-danger shadow-xl my-6 p-4 flex items-center gap-2"
v-if="authApplicationGraphError?.message === 'not_found'"
v-if="authApplicationGraphError?.code === 'application_not_found'"
>
<AlertCircle :size="42" />
<div>