Skip to content

Commit

Permalink
chore(voucher): scopes selected by default (#4330)
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhart1o1 authored Apr 23, 2024
1 parent 19e3fa2 commit 60e2501
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions apps/dashboard/components/api-keys/create.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -291,18 +291,21 @@ const ApiKeyCreate = ({ usdWalletId, btcWalletId }: Prop) => {
id="readScope"
label="Read"
value="READ"
defaultChecked
/>
<Checkbox
name="receiveScope"
id="receiveScope"
label="Receive"
value="RECEIVE"
defaultChecked
/>
<Checkbox
name="writeScope"
id="writeScope"
label="Write"
value="WRITE"
defaultChecked
/>
</Box>
</Box>
Expand Down
Binary file added apps/pay/app/favicon.ico
Binary file not shown.
1 change: 0 additions & 1 deletion apps/pay/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export default async function RootLayout({ children }: { children: React.ReactNo
<meta name="theme-color" content="#536FF2" />
<meta name="apple-mobile-web-app-status-bar" content="#536FF2" />
<link rel="apple-touch-icon" href="/APPLE-ICON.png" />
<link rel="icon" type="image/png" href="/APPLE-ICON.png" />
<title>Blink Cash Register</title>
</Head>
<Script src="https://www.googletagmanager.com/gtag/js?id=UA-181044262-1"></Script>
Expand Down

0 comments on commit 60e2501

Please sign in to comment.