mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
746483c494
* fix(console,phrases): api resource indicator should be a valid absolute uri
10 lines
291 B
Markdown
10 lines
291 B
Markdown
---
|
|
"@logto/console": patch
|
|
"@logto/phrases": patch
|
|
---
|
|
|
|
api resource indicator must be a valid absolute uri
|
|
|
|
An invalid indicator will make Console crash without this check.
|
|
|
|
Note: We don't mark it as a breaking change as the api behavior has not changed, only adding the check on Console.
|