Hi! I've noticed a weird thing in `ui.messages` in...
# ory-network
f
Hi! I've noticed a weird thing in
ui.messages
in flow response. I'm doing a verification flow, and if the flow is expired, it returns a message id#4070005, with an
expired_at
field available in the context. Given the field name, I could assume that it should contain a datetime the flow expired on. However, I get a timestamp in the future. According to
text
field, the flow is expired ~6 days ago, and the
expired_at
value I'm getting is in fact 'now + 6 days'. Is it an expected behavior (so I'll handle it properly) or it is a bug?
s
no it should contain the time it expired, as you exped
f
So it's a bug. Should I report it to GH Issues?
s
fix is already out 😉 https://github.com/ory/kratos/pull/2836
you can subscribe there to stay updated
f
Cool! Dankeschön!
s
Bitteschön