Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 55260be

Browse files
dbkrlukebarnard1
authored andcommitted
Revert "Lowercase all usernames"
1 parent 21ead6e commit 55260be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/structures/login/Registration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ module.exports = React.createClass({
302302
} : {};
303303

304304
return this._matrixClient.register(
305-
this.state.formVals.username.toLowerCase(),
305+
this.state.formVals.username,
306306
this.state.formVals.password,
307307
undefined, // session id: included in the auth dict already
308308
auth,

0 commit comments

Comments
 (0)