forked from potsda.mn/mobilizon
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:
parent
c76dba3dbf
commit
12cbff154a
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue