···1920 // temporarily, to add users to default knot and spindle
21 AppPassword string `env:"APP_PASSWORD"`
00022}
2324type OAuthConfig struct {
···1920 // temporarily, to add users to default knot and spindle
21 AppPassword string `env:"APP_PASSWORD"`
22+23+ // uhhhh this is because knot1 is under icy's did
24+ TmpAltAppPassword string `env:"ALT_APP_PASSWORD, required"`
25}
2627type OAuthConfig struct {