mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
removed console.log
This commit is contained in:
parent
78a48007bc
commit
42586a458d
1 changed files with 0 additions and 1 deletions
|
@ -63,7 +63,6 @@ const LoginDialogUnconnected: FC<IProps> = ({
|
|||
|
||||
const openOauthWindow = useCallback(
|
||||
(provider: ISocialProvider) => () => {
|
||||
console.log(API.USER.OAUTH_WINDOW(provider));
|
||||
window.open(API.USER.OAUTH_WINDOW(provider), '', 'width=600,height=400');
|
||||
},
|
||||
[]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue