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 @@
CloudyLamb
-
- +

- {{ clientInfo.client_name || 'Unknown Application' }} + {{ clientInfo.clientName || "Unknown Application" }}

- {{ 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" + }}

- +

- This will allow {{ clientInfo.client_name || 'the app' }} to: + This will allow + {{ clientInfo.clientName || "the app" }} to:

    -
  • - mdi-check-box +
  • + mdi-check {{ scope }}
@@ -86,27 +90,6 @@ Deny
- -
- By authorizing, you agree to the - - Terms of Service - - and - - Privacy Policy - -
@@ -118,12 +101,14 @@