diff --git a/pkg/internal/gap/server.go b/pkg/internal/gap/server.go index 5c96508..f522205 100644 --- a/pkg/internal/gap/server.go +++ b/pkg/internal/gap/server.go @@ -69,7 +69,7 @@ func InitializeToNexus() error { } jetstreamCfg := &nats.StreamConfig{ - Name: "Passport OTPs", + Name: "OTPs", Subjects: []string{FactorOtpPrefix + ">"}, Storage: nats.MemoryStorage, MaxAge: 5 * time.Minute,