TungWU
TungWU
> The JWT payload should be already processed by the hook. It means we must call the hook when you visit the page in portal. However, some hooks could have...
e2e tests are failing with `panic: oauth provider not in registry`
The text might be too long for the button
I think it is possible to show automatically. The problem is it could block the error message. The behavior now should be when there is error, the field will not...
I remember we should have done it. So it may be a bug.
1. It seems the `autofocus` attribute is already set. 2. When inspecting the webview, the input is focused. But keyboard was not showing. [https://bugs.webkit.org/show_bug.cgi?id=195884#c4](https://bugs.webkit.org/show_bug.cgi?id=195884#c4) Looks like safari don't allow showing...
Updated, thanks! Changes: 1. Fixed some typos. 2. Renamed the title of the usecase section, and added one usecase. 3. Use `PrioritizedIdentityRequired` as error reason. 4. Added `alias` to `identification:...
I suspect there is some race condition in this line: [https://github.com/authgear/authgear-server/blob/main/cmd/authgear/elasticsearch/reindex.go#L229-L231](https://github.com/authgear/authgear-server/blob/main/cmd/authgear/elasticsearch/reindex.go#L229-L231) The problem maybe `UpdateLastIndexedAt` is using the same db handle used by `QueryPage`, which internally assigning a same variable...
Interestingly, I got a different result: https://goplay.tools/snippet/VQH4Qs4MXY4 What could be the difference?
Oh, it is the order of supported tag. If we remove `zh-TW` from supported tags (Which has `Exact` as confidence), and put `zh-CN` before `zh-HK`, `zh-CN` will be selected instead...