Remove redundant parameter initialisers
This commit is contained in:
parent
26bb7c08c2
commit
417f662ea7
3 changed files with 0 additions and 6 deletions
|
@ -35,8 +35,6 @@ export default class ScalarAuthClient {
|
|||
private isDefaultManager: boolean;
|
||||
|
||||
constructor(private apiUrl: string, private uiUrl: string) {
|
||||
this.apiUrl = apiUrl;
|
||||
this.uiUrl = uiUrl;
|
||||
this.scalarToken = null;
|
||||
// `undefined` to allow `startTermsFlow` to fallback to a default
|
||||
// callback if this is unset.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue