mirror of
https://github.com/coder/code-server.git
synced 2026-05-07 12:57:26 +02:00
Generalize initial app logic
This commit is contained in:
@@ -23,11 +23,15 @@ export enum SessionError {
|
||||
}
|
||||
|
||||
export interface LoginRequest {
|
||||
password: string
|
||||
basePath: string
|
||||
password: string
|
||||
}
|
||||
|
||||
export interface LoginResponse {
|
||||
/**
|
||||
* An application to load immediately after logging in.
|
||||
*/
|
||||
app?: Application
|
||||
success: boolean
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user