mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-19 13:35:57 -04:00
[PR #16] [MERGED] Add signout functionality #107
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Drop-OSS/drop-app/pull/16
Author: @AdenMGB
Created: 12/31/2024
Status: ✅ Merged
Merged: 12/31/2024
Merged by: @quexeky
Base:
develop← Head:develop📝 Commits (3)
15b5d9bCreate account.vue with logout button1c255d3Update auth.rs to add signout command6a107beUpdate lib.rs to pass sign_out command to frontend📊 Changes
3 files changed (+100 additions, -1 deletions)
View changed files
➕
pages/account.vue(+72 -0)📝
src-tauri/src/auth.rs(+26 -0)📝
src-tauri/src/lib.rs(+2 -1)📄 Description
Add "Sign Out" to the newly created account page (accessible from the "Account Settings" button already in the navigation)
Post sign out page
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.