Skip to content

Commit

Permalink
Merge Conflict fix
Browse files Browse the repository at this point in the history
Signed-off-by: austin5219 <[email protected]>
  • Loading branch information
austin5219 committed Nov 5, 2024
1 parent 61e7ad1 commit 47ab083
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/app/login/components/pkce-verify.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import React, {useEffect, useState} from 'react';
import {RouteComponentProps} from 'react-router';
import {services} from '../../shared/services';
import {PKCECodeVerifier, PKCELoginError, getPKCERedirectURI, pkceCallback} from './utils';
import requests from '../../shared/services/requests';

import './pkce-verify.scss';

Expand Down

0 comments on commit 47ab083

Please sign in to comment.