Skip to content

Commit

Permalink
add: oauth2 page template
Browse files Browse the repository at this point in the history
  • Loading branch information
claustra01 committed Apr 10, 2024
1 parent c38a729 commit 3f55545
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions web/src/pages/oauth2.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
const OAuth2 = () => {
return (
<div>
<h1>OAuth2 Page Template</h1>
</div>
)
}

export default OAuth2

0 comments on commit 3f55545

Please sign in to comment.