Skip to content

Commit

Permalink
[Issue-168] Update login redirect code
Browse files Browse the repository at this point in the history
  • Loading branch information
saltict committed Nov 18, 2024
1 parent df477a7 commit ed729b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const MyProfile = styled(Component)<ThemeProps>(({ theme: { extendToken, token }
height: '100%',
'.__profile-container': {
flex: 1,
overflow: 'auto',
overflow: 'auto'
},
'.__padding-area': {
position: 'fixed',
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-koni-ui/src/Popup/Root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ const authConfig: TAuthConfig = {
redirectUri: AUTHENTICATE_REDIRECT_URI,
logoutEndpoint: LOGOUT_ENDPOINT,
logoutRedirect: AUTHENTICATE_LOGOUT_REDIRECT,
postLogin: () => {
preLogin: () => {
localStorage.setItem(LOCAL_LOGGED_IN_PROMISE_KEY, 'login');
},
autoLogin: false,
Expand Down

0 comments on commit ed729b2

Please sign in to comment.