mirror of
https://github.com/coder/code-server.git
synced 2025-07-29 21:12:58 +08:00
Simplify frontend
Just a login form and a list of applications. No modals or anything like that.
This commit is contained in:
@ -1,11 +1,9 @@
|
||||
import { logger } from "@coder/logger"
|
||||
import { Application } from "../common/api"
|
||||
|
||||
export interface Options {
|
||||
app?: Application
|
||||
authed: boolean
|
||||
basePath: string
|
||||
base: string
|
||||
logLevel: number
|
||||
sessionId: string
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user