File tree Expand file tree Collapse file tree 4 files changed +5
-7
lines changed
src/renderer/ui-business/AuthSocialNetwork/components Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 11LOCALHOST_ELECTRON_SERVER_PORT = " 8844"
2- BASE_REST_API = " https://gp-api-w36p.onrender.com"
3- GH_TOKEN = " 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"
2+ BASE_REST_API = " https://localhost:4200"
Original file line number Diff line number Diff line change 2525
2626 - name : Run Build for macOS
2727 env :
28- GH_TOKEN : ${{ secrets.GH_TOKEN }}
28+ GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2929 run : npm run transpile:electron && npm run build && npx electron-builder --mac --x64 --publish=always
3030
3131 build-windows :
4444
4545 - name : Run Build for Windows
4646 env :
47- GH_TOKEN : ${{ secrets.GH_TOKEN }}
47+ GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4848 run : npm run transpile:electron && npm run build && npx electron-builder --win --x64 --publish=always
Original file line number Diff line number Diff line change 11{
22 "name" : " electron-gp" ,
33 "private" : true ,
4- "version" : " 0.2.22 " ,
4+ "version" : " 0.2.23 " ,
55 "type" : " module" ,
66 "main" : " dist-main/app.js" ,
77 "author" : " traeop" ,
8- "description" : " description " ,
8+ "description" : " GP " ,
99 "scripts" : {
1010 "dev" : " npm-run-all --parallel dev:react dev:electron" ,
1111 "dev:react" : " vite" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ export const SignIn = () => {
55 return (
66 < Stack spacing = { 2 } alignItems = "center" >
77 < ProviderButton data-provider = "google" text = "Enter by Google" />
8- < ProviderButton data-provider = "facebook" text = "Enter by Facebook" />
98 </ Stack >
109 ) ;
1110} ;
You can’t perform that action at this time.
0 commit comments