Disable unimplemented password login checkbox in Matrix web login

This commit is contained in:
Tulir Asokan
2018-07-23 13:50:49 -04:00
parent aaa4f96805
commit c5bec37401
@@ -62,7 +62,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
<input id="access_token" type="radio" name="mode" value="access_token" checked>
<label for="access_token">Access token</label><br>
<input id="password" type="radio" name="mode" value="password">
<input id="password" type="radio" name="mode" value="password" disabled>
<label for="password">Password</label><br>
<label for="value">Value</label>