[-] Revert "[+] Create token interface"
This reverts commit 353a623e5f.
This commit is contained in:
@@ -56,15 +56,6 @@ export interface Course
|
|||||||
assignments: Assignment[]
|
assignments: Assignment[]
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* A login token
|
|
||||||
*/
|
|
||||||
export interface Token
|
|
||||||
{
|
|
||||||
token: string,
|
|
||||||
user: string
|
|
||||||
}
|
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
components: {Login, Navigation, Overall},
|
components: {Login, Navigation, Overall},
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user