mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
update comments
This commit is contained in:
parent
867a02a191
commit
a0566fba30
1 changed files with 2 additions and 2 deletions
|
|
@ -134,7 +134,7 @@ impl Gemini {
|
||||||
),
|
),
|
||||||
};
|
};
|
||||||
|
|
||||||
// Apply
|
// Apply auth
|
||||||
match option {
|
match option {
|
||||||
// Activate identity for `auth_uri`
|
// Activate identity for `auth_uri`
|
||||||
Some(profile_identity_gemini_id) => {
|
Some(profile_identity_gemini_id) => {
|
||||||
|
|
@ -156,7 +156,7 @@ impl Gemini {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Update page
|
// Reload page to apply changes
|
||||||
action.reload().activate();
|
action.reload().activate();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue