commit 3635e2ce24cf479914a0292dcac08dc55a5ef15d
parent 72d2e335f0f0fc7dd60545e6026ac1fccc377433
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date: Fri, 14 Apr 2023 00:43:25 +0200
feat: update schema pic and auth page
Diffstat:
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/Auth.js b/src/Auth.js
@@ -14,7 +14,7 @@ function Auth() {
email: email,
options: {
shouldCreateUser: false,
- // emailRedirectTo: 'http://127.0.0.1:3000/rate'
+ // emailRedirectTo: 'http://127.0.0.1:3000'
}})
if (error) throw error
alert('Check your email for the login link!')
@@ -28,7 +28,7 @@ function Auth() {
return (
<div className="Auth">
<div>
- <h1>Rate</h1>
+ <h1>Login</h1>
<p>Sign in via magic link with your email below</p>
{loading ? (
'Sending magic link...'
@@ -47,6 +47,8 @@ function Auth() {
</button>
</form>
)}
+ <h1>Registration</h1>
+ <p>No account yet? Contact event administrator to sign up.</p>
</div>
</div>
)
diff --git a/supabase-schema.png b/supabase-schema.png
Binary files differ.