mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
ClientLocal -> OAuthClientLocal
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export * from './client-local.model'
|
||||
export * from './job.model'
|
||||
export * from './oauth-client-local.model'
|
||||
export * from './pod.model'
|
||||
export * from './request-scheduler.model'
|
||||
export * from './user-video-rate.model'
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
export interface ClientLocal {
|
||||
export interface OAuthClientLocal {
|
||||
client_id: string
|
||||
client_secret: string
|
||||
}
|
||||
Reference in New Issue
Block a user