mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
fix identity request implementation
This commit is contained in:
parent
2dc6154d54
commit
f581f1d2f3
4 changed files with 36 additions and 26 deletions
|
|
@ -6,8 +6,6 @@ pub trait Identity {
|
|||
|
||||
impl Identity for SimpleAction {
|
||||
fn identity() -> Self {
|
||||
let identity = SimpleAction::new(&uuid_string_random(), None);
|
||||
identity.set_enabled(false);
|
||||
identity
|
||||
SimpleAction::new(&uuid_string_random(), None)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue