mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
rename method
This commit is contained in:
parent
ab003209b0
commit
5128324f8e
2 changed files with 3 additions and 3 deletions
|
|
@ -85,12 +85,12 @@ impl Gemini {
|
|||
.unwrap(), // @TODO
|
||||
};
|
||||
|
||||
// Apply identity for given `auth_uri`
|
||||
// Activate identity for given `auth_uri`
|
||||
profile
|
||||
.identity
|
||||
.gemini
|
||||
.auth
|
||||
.apply(profile_identity_gemini_id, auth_url.as_str())
|
||||
.activate(profile_identity_gemini_id, auth_url.as_str())
|
||||
.unwrap(); //@TODO handle errors
|
||||
|
||||
// Reload page
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue