diff --git a/.prettierrc.json b/.prettierrc.json index 2519bad..f98859f 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,7 +1,15 @@ { - "importOrder": ["^[./]"], - "importOrderSeparation": true, - "tabWidth": 4, - "useTabs": false, - "semi": true + "importOrder": ["^[./]"], + "importOrderSeparation": true, + "tabWidth": 4, + "useTabs": false, + "semi": true, + "overrides": [ + { + "files": "*.handlebar", + "options": { + "tabWidth": 2 + } + } + ] } diff --git a/templates/authorizeRequest.handlebar b/templates/authorizeRequest.handlebar index b01f3f7..3f9f0d4 100644 --- a/templates/authorizeRequest.handlebar +++ b/templates/authorizeRequest.handlebar @@ -1,8 +1,8 @@ - - + + Authorize Request @@ -75,11 +75,12 @@ .catch((error) => { console.error('Error:', error); }); - } + }; + class="flex flex-col justify-center items-center min-h-screen bg-gray-100 dark:bg-neutral-800 text-neutrla-950 dark:text-neutral-50" + >

+ class="text-neutral-950 dark:text-neutral-50 text-lg font-semibold w-full" + > Do you want to allow this client to use account
- {{record.keyName}}? + {{ record.keyName }}?

- + {{#unless authenticated}}
@@ -124,12 +133,14 @@
@@ -146,7 +157,7 @@