Skip to content

Commit

Permalink
Auth: Changed auth to Microsoft Azure
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdicarlo committed Jun 22, 2021
1 parent d18e961 commit 0413249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/electron-src/src/auth-server.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
auth_server: 'https://postybirb-auth.cleverapps.io',
auth_server: 'https://postybirb-auth.azurewebsites.net',

generateAuthUrl(path) {
return this.auth_server + path;
Expand Down

0 comments on commit 0413249

Please sign in to comment.