ui: fix notification service in token controller (#16918)

Remove unneeded service injection. This service is not being used in
this controller and currently only exists in `main`, causing
`release/1.5.x` to break.
This commit is contained in:
Luiz Aoqui
2023-04-17 20:33:50 -04:00
committed by GitHub
parent 44b053059b
commit 3067191c51

View File

@@ -23,7 +23,6 @@ export default class Tokens extends Controller {
@service token;
@service store;
@service router;
@service notifications;
queryParams = ['code', 'state', 'jwtAuthMethod'];