mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-12 09:23:09 -06:00
lint errors
This commit is contained in:
parent
85527fbda0
commit
e97409e2eb
|
|
@ -202,7 +202,7 @@ func Register(
|
||||||
|
|
||||||
// TODO: Handle loading of previous session parameters from database.
|
// TODO: Handle loading of previous session parameters from database.
|
||||||
// TODO: Handle mapping registrationRequest parameters into session parameters
|
// TODO: Handle mapping registrationRequest parameters into session parameters
|
||||||
|
|
||||||
return HandleUserInteractiveFlow(req, r.userInteractiveFlowRequest, sessionID, cfg,
|
return HandleUserInteractiveFlow(req, r.userInteractiveFlowRequest, sessionID, cfg,
|
||||||
userInteractiveResponse{
|
userInteractiveResponse{
|
||||||
// passing the list of allowed Flows and Params
|
// passing the list of allowed Flows and Params
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue