mirror of
https://github.com/moparisthebest/mail
synced 2025-01-31 07:00:17 -05:00
bumped chrome app to 0.0.2, ask user name at login
This commit is contained in:
parent
1491e9fd1d
commit
16f0c5aca6
@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
// post message to main window
|
// post message to main window
|
||||||
app.util.postMessage('login', {
|
app.util.postMessage('login', {
|
||||||
userId: userId,
|
userId: userId + '@mail.whiteout.io',
|
||||||
password: password
|
password: password
|
||||||
}, function(resArgs) {
|
}, function(resArgs) {
|
||||||
var err = resArgs.err;
|
var err = resArgs.err;
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "Whiteout Mail",
|
"name": "Whiteout Mail",
|
||||||
"description": "Mail app with end-2-end encrypted messaging and client-side encrypted sync to the cloud. Your data belongs only to you.",
|
"description": "Mail app with end-2-end encrypted messaging and client-side encrypted sync to the cloud. Your data belongs only to you.",
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"offline_enabled": true,
|
"offline_enabled": true,
|
||||||
"icons": {
|
"icons": {
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<div id="loginForm">
|
<div id="loginForm">
|
||||||
<h3>Please sign in</h3>
|
<h3>Please sign in</h3>
|
||||||
<label for="userId" class="ui-hidden-accessible">Username:</label>
|
<label for="userId" class="ui-hidden-accessible">Username:</label>
|
||||||
<input type="email" name="user" id="userId" value="integration@mail.whiteout.io" placeholder="email" data-theme="a">
|
<input type="email" name="user" id="userId" value="integration" placeholder="user" data-theme="a">
|
||||||
<label for="password" class="ui-hidden-accessible">Password:</label>
|
<label for="password" class="ui-hidden-accessible">Password:</label>
|
||||||
<input type="password" name="pass" id="password" value="hellosafe" placeholder="password" data-theme="a">
|
<input type="password" name="pass" id="password" value="hellosafe" placeholder="password" data-theme="a">
|
||||||
<input type="button" data-theme="b" data-icon="check" id="loginBtn" value="Sign in">
|
<input type="button" data-theme="b" data-icon="check" id="loginBtn" value="Sign in">
|
||||||
|
Loading…
Reference in New Issue
Block a user