From 08097a78bd89e2601a49f090b677e364939a1d31 Mon Sep 17 00:00:00 2001 From: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com> Date: Wed, 18 Dec 2024 23:09:06 -0800 Subject: [PATCH] [Docs] Bullet points --- docs/docs/tutorials/auth/add_auth_server.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/docs/tutorials/auth/add_auth_server.md b/docs/docs/tutorials/auth/add_auth_server.md index b069d8a41..3ae46d257 100644 --- a/docs/docs/tutorials/auth/add_auth_server.md +++ b/docs/docs/tutorials/auth/add_auth_server.md @@ -66,13 +66,10 @@ Since we're using Supabase for this, we can do this in the Supabase dashboard: ```shell echo "SUPABASE_URL=your-project-url" >> .env ``` - 3. Next, copy your service role secret key and add it to your `.env` file - ```shell echo "SUPABASE_SERVICE_KEY=your-service-role-key" >> .env ``` - 4. Finally, copy your "anon public" key and note it down. This will be used later when we set up our client code. ```bash