Added the ability for the admin to be able to copy the app link to send to users that have the app installed so they can automatically be authenticated
<buttontype="button"style="float:right;"mat-raised-buttoncolor="primary"class="btn btn-info-outline"(click)="resetPassword()"pTooltip="You need your SMTP settings setup">Send
<buttontype="button"style="float:right;"mat-raised-buttoncolor="primary"class="btn btn-info-outline"(click)="resetPassword()"matTooltip="You need your SMTP settings setup">Send
Reset Password Link</button>
Reset Password Link</button>
<button*ngIf="customization.applicationUrl"type="button"mat-raised-buttoncolor="accent"class="btn btn-info-outline"(click)="appLink()"matTooltip="Send this link to the user and they can then open the app and directly login">Copy users App Link</button>