Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ronan18 committed May 22, 2019
1 parent c643a69 commit ffcb575
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 63 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Hyphen-Hacks-Dashboard",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"scripts": {
"serve-ssl": "vue-cli-service serve --https",
Expand Down
59 changes: 0 additions & 59 deletions src/components/HelloWorld.vue

This file was deleted.

4 changes: 2 additions & 2 deletions src/views/admin.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<input required v-model="newEmail" type="email" placeholder="email">
<input required v-model="newPass" type="password" @keypress.13="makeNewUser" placeholder="password">
<p class="error" v-if="error">{{error}}</p>
<button type="submit">LOGIN</button>
<p class="support">Having trouble? Email <a href="mailto:[email protected]">[email protected]</a>
<button type="submit">CREATE</button>
<p class="support">Having trouble? Email <a href="mailto:ronan.furuta@hyphen-hacks.com">ronan.furuta@hyphen-hacks.com</a>
</p>
</form>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/views/login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<input required v-model="pass" type="password" @keypress.13="login" placeholder="password">
<p class="error" v-if="error">{{error}}</p>
<button @click="login" type="submit">LOGIN</button>
<p class="support">Trouble logging in? Email <a href="mailto:[email protected]">[email protected]</a>
<p class="support">Trouble logging in? Email <a href="mailto:ronan.furuta@hyphen-hacks.com">ronan.furuta@hyphen-hacks.com</a>
</p>
</form>

Expand Down

0 comments on commit ffcb575

Please sign in to comment.