fix(portal): bump auth constant time to 2s (#5668)

Fixes
https://console.cloud.google.com/monitoring/alerting/incidents/0.nes28ktmvdk8?channelType=slack&project=firezone-prod

```
elapsed_time: 1300
```
This commit is contained in:
Jamil
2024-07-02 14:40:44 -07:00
committed by GitHub
parent b0e35aa148
commit c0f98ea896

View File

@@ -138,7 +138,7 @@ defmodule Web.AuthController do
})
end
end,
1000
2000
)
put_auth_state(conn, provider.id, {fragment, provider_identifier, redirect_params})