Merge branch 'master'
[arvados.git] / src / services / auth-service / auth-service.ts
index 5b21a61634be451a75841435e156e265ab0136a7..1879e6a0abd1b5e2fedb75e3690329407aea4280 100644 (file)
@@ -22,7 +22,7 @@ export interface UserDetailsResponse {
     is_admin: boolean;
 }
 
-export default class AuthService {
+export class AuthService {
 
     constructor(protected serverApi: AxiosInstance) { }