mirror of
https://github.com/Steffo99/twom.git
synced 2024-11-21 15:44:26 +00:00
Replace TODO with comment
This commit is contained in:
parent
8b7e849fc4
commit
9bf24dc27d
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ fun InviteUserForm(
|
|||
modifier = Modifier
|
||||
.basePadding()
|
||||
.fillMaxWidth(),
|
||||
// FIXME: Maybe I should validate usernames with a regex
|
||||
// A cool thing to do would be resolving the userId exists on the server side, and display the avatar if it does resolve successfully...
|
||||
enabled = (!busy && userId.contains("@") && userId.contains(":")),
|
||||
onClick = {
|
||||
scope.launch SendInvite@{
|
||||
|
|
Loading…
Reference in a new issue