Skip to content

Commit

Permalink
fix: prevent not found image shown for register page
Browse files Browse the repository at this point in the history
  • Loading branch information
ayZagen committed Apr 16, 2024
1 parent e28cb25 commit 40a7b51
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/ui/views/Register.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<template>
<div class="pa__logo-container">
<div
v-if="context.client?.logoUri"
class="pa__logo-container"
>
<img
class="pa__logo"
alt="Logo"
Expand Down

0 comments on commit 40a7b51

Please sign in to comment.