update comments

This commit is contained in:
yggverse 2024-11-21 19:36:16 +02:00
parent 867a02a191
commit a0566fba30

View File

@ -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();
} }
}); });