Convert RB.OAuthTokensView to TypeScript/spina.
Review Request #14093 — Created Aug. 9, 2024 and submitted — Latest diff uploaded
This change converts the RB.OAuthTokensView config forms views to
TypeScript.The only functional change is that while doing this I discovered that we
were always showing the "You do not have any OAuth2 tokens" text, even
when there were tokens in the list.
- Ran js-tests.
- Created Oauth tokens (via the admin site) and saw them in the list,
and removed them via the UI.