mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-08-07 10:20:46 +00:00
feat(web-ui): add logout (#5121)
This commit is contained in:
@@ -70,6 +70,7 @@ export default defineConfig({
|
||||
config: resolve(assetsSrcPath, 'config.html'),
|
||||
featured: resolve(assetsSrcPath, 'featured.html'),
|
||||
index: resolve(assetsSrcPath, 'index.html'),
|
||||
logout: resolve(assetsSrcPath, 'logout.html'),
|
||||
password: resolve(assetsSrcPath, 'password.html'),
|
||||
pin: resolve(assetsSrcPath, 'pin.html'),
|
||||
troubleshooting: resolve(assetsSrcPath, 'troubleshooting.html'),
|
||||
|
||||
Reference in New Issue
Block a user