Merge branch 'main' into kimboslice99-main

This commit is contained in:
Harvey Tindall
2023-12-23 21:53:39 +00:00
10 changed files with 254 additions and 107 deletions
+1
View File
@@ -122,6 +122,7 @@ type appContext struct {
proxyTransport *http.Transport
proxyConfig easyproxy.ProxyConfig
internalPWRs map[string]InternalPWR
pwrCaptchas map[string]Captcha
ConfirmationKeys map[string]map[string]newUserDTO // Map of invite code to jwt to request
confirmationKeysLock sync.Mutex
}