Skip to content

Commit

Permalink
Display the Google dsync auth button on Setup Link (#2361)
Browse files Browse the repository at this point in the history
* Display the Google auth button

* Delete DirectoryInfo and DirectoryTab components
  • Loading branch information
Kiran K authored Feb 29, 2024
1 parent 503940c commit 952bfe3
Show file tree
Hide file tree
Showing 11 changed files with 143 additions and 2,299 deletions.
2 changes: 1 addition & 1 deletion components/dsync/CreateDirectory.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const CreateDirectory = ({ setupLinkToken, defaultWebhookEndpoint }: CreateDirec
<div>
<LinkBack href={backUrl} />
<h2 className='mb-5 mt-5 font-bold text-gray-700 md:text-xl'>{t('new_directory')}</h2>
<div className='min-w-[28rem] rounded border border-gray-200 bg-white p-6 dark:border-gray-700 dark:bg-gray-800 md:w-3/4 md:max-w-lg'>
<div className='min-w-[28rem] rounded border border-gray-200 bg-white p-6 dark:border-gray-700 dark:bg-gray-800'>
<form onSubmit={onSubmit}>
<div className='flex flex-col space-y-3'>
<div className='form-control w-full'>
Expand Down
98 changes: 0 additions & 98 deletions components/dsync/DirectoryInfo.tsx

This file was deleted.

69 changes: 0 additions & 69 deletions components/dsync/DirectoryTab.tsx

This file was deleted.

Loading

0 comments on commit 952bfe3

Please sign in to comment.