/* Minification failed. Returning unminified contents.
(2,37-38): run-time error JS1014: Invalid character: `
(2,38-39): run-time error JS1195: Expected expression: .
(2,39-40): run-time error JS1010: Expected identifier: .
(2,40-41): run-time error JS1010: Expected identifier: .
(2,42-43): run-time error JS1004: Expected ';': {
(2,62-63): run-time error JS1014: Invalid character: `
(2,63-64): run-time error JS1195: Expected expression: )
(3,36-37): run-time error JS1014: Invalid character: `
(3,57-58): run-time error JS1004: Expected ';': {
(3,73-74): run-time error JS1014: Invalid character: `
(3,74-75): run-time error JS1195: Expected expression: )
(7,26-27): run-time error JS1197: Too many errors. The file might not be a JavaScript file: )
(1,1-37): run-time error JS1301: End of file encountered before function is properly closed: function showRegistrationData(model)
(7,27-28): run-time error JS1195: Expected expression: .
(7,28-32): run-time error JS1197: Too many errors. The file might not be a JavaScript file: text
 */
function showRegistrationData(model) {
    $(registerReviewTricareId).text(`...${model.DbnSsn_Last4}`);
    $(registerReviewYourName).text(`${model.FirstName} ${model.LastName}`);
    $(registerReviewDateOfBirth).text(model.DateOfBirth);
    $(registerReviewZipCode).text(model.ZipCode);
    $(registerReviewUserId).text(model.UserID);
    $(registerReviewEmail).text(model.Email);
};
