Skip to content

Commit 18850bf

Browse files
committed
add steam callback
1 parent c5bab6e commit 18850bf

7 files changed

Lines changed: 646 additions & 150 deletions

File tree

docs/steam-callback/index.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8" />
5+
<title>Dota Keeper – Steam Login</title>
6+
<style>
7+
body { font-family: sans-serif; background: #1a1a1a; color: #f0b429; text-align: center; padding: 60px; }
8+
p { color: #ccc; font-size: 14px; }
9+
</style>
10+
</head>
11+
<body>
12+
<h2>Redirecting back to Dota Keeper…</h2>
13+
<p>You can close this tab if nothing happens.</p>
14+
<script>
15+
window.location.href = 'dotakeeper://auth' + window.location.search;
16+
</script>
17+
</body>
18+
</html>

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"dependencies": {
1919
"@sentry/browser": "^10.42.0",
2020
"@tauri-apps/api": "^2",
21+
"@tauri-apps/plugin-deep-link": "^2",
2122
"@tauri-apps/plugin-opener": "^2",
2223
"@tauri-apps/plugin-process": "^2",
2324
"@tauri-apps/plugin-updater": "^2",

0 commit comments

Comments
 (0)