forked from hazza/dspace-angular
7 lines
85 B
TypeScript
7 lines
85 B
TypeScript
export class AuthServiceStub {
|
|
|
|
public redirectToPreviousUrl() {
|
|
return;
|
|
}
|
|
}
|