mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
require name for new identity
This commit is contained in:
parent
17f356dde7
commit
eb21c4d844
2 changed files with 3 additions and 10 deletions
|
|
@ -115,7 +115,7 @@ impl Gemini {
|
|||
profile
|
||||
.identity
|
||||
.gemini
|
||||
.create(None, widget.form.name.value().as_deref())
|
||||
.create(None, &widget.form.name.value().unwrap())
|
||||
.unwrap(), // @TODO handle result,
|
||||
),
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue