Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Add dummy method to forms (quiets LastPass) #649

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<div class="header">
<button class="lt"></button>
</div>
<form class="container" action="">
<form class="container" method="post" action="">
<div class="row">
<div class="col-xs-12">
<h1 class="title">Sign in</h1>
Expand Down Expand Up @@ -84,7 +84,7 @@ <h1 class="title">Sign in</h1>
<div class="header">
<button class="lt"></button>
</div>
<form class="container" action="">
<form class="container" method="post" action="">
<div class="row">
<div class="col-sm-12">
<h1 class="title">Connect</h1>
Expand Down Expand Up @@ -278,7 +278,7 @@ <h2>About Shout</h2>
</div>
</div>
</div>
<form id="form" action="">
<form id="form" method="post" action="">
<div class="inner">
<button id="submit" type="submit">
Send
Expand Down