Add job queue; e-mail sending; password reset support
This commit is contained in:
@@ -70,7 +70,7 @@ class TrustManager {
|
||||
}
|
||||
|
||||
end() {
|
||||
const next = this.request.session.trust_flow.next
|
||||
const next = this.request.session?.trust_flow?.next
|
||||
delete this.request.session.trust_flow
|
||||
return next
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user