mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-12 17:33:09 -06:00
Remove rogue backtick
This commit is contained in:
parent
a92b250a0a
commit
8e2cfe6b39
|
|
@ -400,7 +400,7 @@ func Register(
|
||||||
// Retrieve or generate the sessionID
|
// Retrieve or generate the sessionID
|
||||||
sessionID := r.Auth.Session
|
sessionID := r.Auth.Session
|
||||||
if sessionID == "" {
|
if sessionID == "" {
|
||||||
// Generate a new, random session ID`
|
// Generate a new, random session ID
|
||||||
sessionID = util.RandomString(sessionIDLength)
|
sessionID = util.RandomString(sessionIDLength)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue