You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
282 B
14 lines
282 B
7 months ago
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<script>
|
||
|
var msg = {
|
||
|
'method': 'completeLogin',
|
||
|
'email': 'performance.test.account@gmail.com',
|
||
|
'password': 'perfsmurf'
|
||
|
};
|
||
|
|
||
|
window.parent.postMessage(msg, 'chrome://oobe/');
|
||
|
</script>
|
||
|
<body>Passthrough auth extension - fakes login process</body></html>
|
||
|
|