Open krausvo1 opened 8 months ago
There's also a case of accessing non-existing property language
of i18nManager
in TokensView.js
. There is only lang
property on i18nManager
, I suppose that's the one that should be used here.
Since the page does not load at all for now, I'd say this issue can be fixed together with the missing dependency.
Page for revoking OAuth2 Tokens available under
/auth/XUI/#oauth2/tokens
does not load due to missingdataTable
dependency.The dependency was dropped in https://github.com/WrenSecurity/wrenam/commit/d75cbcd03076c748017b433134f54317f254e067. I'm not sure what it should have been replaced with, further investigation is necessary.