@@ -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