Skip to content

Commit

Permalink
fix(ui): lint fix
Browse files Browse the repository at this point in the history
Signed-off-by: Mayursinh Sarvaiya <marvinduff97@gmail.com>
  • Loading branch information
Marvin9 committed Oct 10, 2023
1 parent d1891f2 commit 0b80ec6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ui/src/app/login/components/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ export class Login extends React.Component<RouteComponentProps<{}>, State> {
? {
onClick: async () => {
pkceLogin(authSettings.oidcConfig, getPKCERedirectURI().toString()).catch(err => {
this.appContext.apis.notifications.show({
type: NotificationType.Error,
content: err?.message || JSON.stringify(err)
})
this.appContext.apis.notifications.show({
type: NotificationType.Error,
content: err?.message || JSON.stringify(err)
});
});
}
}
Expand Down

0 comments on commit 0b80ec6

Please sign in to comment.