LearnersGuild / idm

identity management service
MIT License
2 stars 24 forks source link

fixes dateOfBirth.match bug #213

Closed jason00111 closed 7 years ago

jason00111 commented 7 years ago

Fixes #212

Overview

fixes dateOfBirth.match bug by adding .toString() to the dateOfBirth date object before calling the .match method

Data Model / DB Schema Changes

none

Environment / Configuration Changes

none

Notes

none