Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
user-service
Commits
ebd774a4
Unverified
Commit
ebd774a4
authored
1 year ago
by
Abhishek Mishra
Committed by
GitHub
1 year ago
Browse files
Options
Download
Plain Diff
Merge pull request #74 from choxx/features/51/send-sms-through-cdac
CDAC OTP sending support added (#51)
parents
249e5824
bfc9ec34
master
v2.4.4
No related merge requests found
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
.env.sample
+11
-1
.env.sample
package.json
+1
-0
package.json
src/api/api.module.ts
+28
-16
src/api/api.module.ts
src/api/sms/cdac/cdac.service.spec.ts
+20
-1
src/api/sms/cdac/cdac.service.spec.ts
src/api/sms/cdac/cdac.service.ts
+174
-60
src/api/sms/cdac/cdac.service.ts
src/auth/auth-jwt.guard.ts
+1
-3
src/auth/auth-jwt.guard.ts
yarn.lock
+12
-0
yarn.lock
with
247 additions
and
81 deletions
+247
-81
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets