diff --git a/app/pages/auth/authorize.vue b/app/pages/auth/authorize.vue index d89db4d..1f3d6c2 100644 --- a/app/pages/auth/authorize.vue +++ b/app/pages/auth/authorize.vue @@ -7,7 +7,7 @@
- {{ isNewApp ? 'wants to access your Solar Network account' : 'wants to access your account' }} + {{ + isNewApp + ? "wants to access your Solar Network account" + : "wants to access your account" + }}