Skip to content

Commit ee10bac

Browse files
author
Scott Kurtzeborn
committed
Improve access denied message with email and invite instructions
1 parent 54d7b19 commit ee10bac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

web/src/App.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ function App() {
7272
<div className="card" style={{ maxWidth: '500px', margin: '100px auto', textAlign: 'center' }}>
7373
<h1 style={{ marginBottom: '20px', color: '#dc3545' }}>Access Denied</h1>
7474
<p style={{ marginBottom: '20px', color: '#666' }}>
75-
Your account ({user?.email}) is not authorized to use this application.
75+
Your account (<strong>{user?.email}</strong>) is not authorized to use this application.
7676
</p>
7777
<p style={{ color: '#666' }}>
78-
Please contact an existing user to request access.
78+
Ask an existing user to invite you using the email address above.
7979
</p>
8080
</div>
8181
</div>

workers/wrangler.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "k61-dev-redirector"
22
main = "src/index.js"
33
compatibility_date = "2024-01-01"
4-
account_id = "4ea5db67f7efd8ffd612c68abc7bd48a"
4+
account_id = "cfd16cf97da3b933b26c7e996d1c8433"
55

66
# Route all traffic from k61.dev/* to this worker
77
routes = [

0 commit comments

Comments
 (0)