Skip to content

Commit e89aacd

Browse files
committed
fix: added review fixes, added none key fix for API creation
1 parent fcb5231 commit e89aacd

2 files changed

Lines changed: 253 additions & 234 deletions

File tree

internal/auth0/quickstart.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ var QuickstartConfigs = map[string]AppConfig{
199199

200200
// ==========================================
201201
// Single Page Applications (SPA)
202-
// ==========================================.
202+
// ==========================================
203203
"spa:react:vite": {
204204
EnvValues: map[string]string{
205205
"VITE_AUTH0_DOMAIN": DetectionSub,
@@ -287,7 +287,7 @@ var QuickstartConfigs = map[string]AppConfig{
287287

288288
// ==========================================
289289
// Regular Web Applications
290-
// ==========================================.
290+
// ==========================================
291291
"regular:nextjs:none": {
292292
EnvValues: map[string]string{
293293
"AUTH0_DOMAIN": DetectionSub,
@@ -553,9 +553,9 @@ var QuickstartConfigs = map[string]AppConfig{
553553
Strategy: FileOutputStrategy{Path: ".env", Format: "dotenv"},
554554
},
555555

556-
// ==========================================.
556+
// ==========================================
557557
// Native / Mobile Applications
558-
// ==========================================.
558+
// ==========================================
559559
"native:flutter:none": {
560560
EnvValues: map[string]string{
561561
"domain": DetectionSub,

0 commit comments

Comments
 (0)