Skip to content

Commit

Permalink
fix(package): make sure messageOnAuthSuccess is undefined by default
Browse files Browse the repository at this point in the history
  • Loading branch information
beeman committed Dec 13, 2018
1 parent 451c32b commit b0ed27f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module/services/auth-process.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class AuthProcessService implements ISignInProcess, ISignUpProcess {
emailConfirmationSent: boolean;

emailToConfirm: string;
messageOnAuthSuccess = 'asf';
messageOnAuthSuccess: string;
messageOnAuthError: string;

constructor(@Inject(NgxAuthFirebaseUIConfigToken)
Expand Down

0 comments on commit b0ed27f

Please sign in to comment.