-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
360 additions
and
225 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
11 changes: 5 additions & 6 deletions
11
patches/protonmail/proton-drive.patch → patches/protonmail/app-drive.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
diff --git a/packages/shared/lib/constants.ts b/packages/shared/lib/constants.ts | ||
index 5481e3f8e4..a5634acd3b 100644 | ||
--- a/packages/shared/lib/constants.ts | ||
+++ b/packages/shared/lib/constants.ts | ||
@@ -82,7 +82,7 @@ interface AppConfiguration { | ||
|
||
export const APPS_CONFIGURATION: { [key in APP_NAMES]: AppConfiguration } = { | ||
[APPS.PROTONACCOUNT]: { | ||
- publicPath: '', | ||
+ publicPath: '/account', | ||
subdomain: 'account', | ||
name: 'Proton Account', | ||
bareName: 'Account', | ||
@@ -180,8 +180,8 @@ export const APPS_CONFIGURATION: { [key in APP_NAMES]: AppConfiguration } = { | ||
settingsSlug: '', | ||
}, | ||
[APPS.PROTONVPN_SETTINGS]: { | ||
- publicPath: '', | ||
- subdomain: '', | ||
+ publicPath: 'account/vpn', | ||
+ subdomain: 'account', | ||
name: VPN_APP_NAME, | ||
bareName: VPN_SHORT_APP_NAME, | ||
webClientID: 'web-vpn-settings', |
Oops, something went wrong.