Skip to content

Commit 2bfa311

Browse files
author
brosi
committed
WebUserForm use camel case at webUsername
1 parent 2fa85d7 commit 2bfa311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/de/rwth/idsg/steve/web/dto/WebUserForm.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class WebUserForm {
3535

3636
private Boolean enabled;
3737

38-
private String webusername;
38+
private String webUsername;
3939

4040
private String password;
4141

0 commit comments

Comments
 (0)