Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Commit

Permalink
fix(.com): use correct url for localstorage transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
Thore3 committed Jun 22, 2018
1 parent b4b5cff commit 6baaae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/sharedServices/com-migration.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function ComMigration ($rootScope, $window, localStorageService, Env) {

Env.then((env) => {
if (isOnDotCom(env) && shouldTransfer) {
let frame = createFrame(`${env.domains.root}/transfer_cookies.html`)
let frame = createFrame(`${env.domains.root}/Resources/transfer_stored_values.html`)

$window.addEventListener('message', (event) => {
if (event.data.type === 'cookie') {
Expand Down

0 comments on commit 6baaae1

Please sign in to comment.