]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/server/peertube-problem-document.model.ts
More specific message when signup is not allowed
[github/Chocobozzz/PeerTube.git] / shared / models / server / peertube-problem-document.model.ts
index 5e1c320f3ecee6915df669ee56716bf14cb24144..83d9cea9bfc7446e388d14af26c4df953a51121e 100644 (file)
@@ -1,8 +1,8 @@
-import { HttpStatusCode } from '@shared/core-utils'
+import { HttpStatusCode } from '../../models'
 import { OAuth2ErrorCode, ServerErrorCode } from './server-error-code.enum'
 
 export interface PeerTubeProblemDocumentData {
-  'invalid-params'?: Record<string, Object>
+  'invalid-params'?: Record<string, object>
 
   originUrl?: string