parent
fe5ebfb75a
commit
79a2139896
|
@ -107,7 +107,11 @@ func (p *Provider) SaveSession(ctx *fasthttp.RequestCtx, userSession UserSession
|
||||||
|
|
||||||
store.Set(userSessionStorerKey, userSessionJSON)
|
store.Set(userSessionStorerKey, userSessionJSON)
|
||||||
|
|
||||||
p.sessionHolder.Save(ctx, store)
|
err = p.sessionHolder.Save(ctx, store)
|
||||||
|
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue