Skip to content

Commit

Permalink
feat(auth): add create oauth app link to enterprise route
Browse files Browse the repository at this point in the history
  • Loading branch information
setchy committed May 17, 2024
1 parent 2ae28eb commit cb6581d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/routes/LoginEnterprise.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export const LoginEnterpriseRoute: FC = () => {
Create new OAuth App
</button>{' '}
then{' '}
<span className="italic">Generate a new client secret</span>.
<span className="italic">generate a new client secret</span>.
</div>
</div>
}
Expand Down
2 changes: 1 addition & 1 deletion src/routes/__snapshots__/LoginEnterprise.test.tsx.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cb6581d

Please sign in to comment.