Acceptance tests for user
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<script>
|
||||
console.log("closing window");
|
||||
window.opener.postMessage({user_id: '<%= params[:user_id] %>', authentication_token: '<%= params[:authentication_token] %>'}, "http://localhost:4200");
|
||||
window.opener.postMessage({user_id: '<%= params[:user_id] %>', authentication_token: '<%= params[:authentication_token] %>'}, "<%= user_ember_target %>");
|
||||
window.close();
|
||||
</script>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user