mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 13:17:08 +00:00

* WIP * Update vite * Add oauth landing page * Add API support for GitHub oauthing * Remove console.logs * Add support for logging and and out of GitHub * Add bridge API methods * Add base link styling * Sugar syntax main get * Update vite * changelog * Review changes * Use instance to match UI * lint --------- Co-authored-by: Justin Carlson <justinc@element.io>
19 lines
438 B
HTML
19 lines
438 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>Account</title>
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<noscript>
|
|
<p>
|
|
Your account has been connected. You may now close this window.
|
|
</p>
|
|
</noscript>
|
|
</main>
|
|
<script type="module" src="/oauth.tsx"></script>
|
|
</body>
|
|
</html>
|