mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 00:45:19 +00:00
Website: Change APNS CSR email attachment filename (#10682)
Closes: #10417 Changes: - Changed the filename of the APNS CSR attachment: `apple-apns-request.txt` » `apple-apns-csr.txt` . Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
This commit is contained in:
parent
db5ebd7cec
commit
c40e780a8d
2
website/api/controllers/deliver-apple-csr.js
vendored
2
website/api/controllers/deliver-apple-csr.js
vendored
@ -144,7 +144,7 @@ module.exports = {
|
||||
// base64 format, we doubly encode the contents before sending the
|
||||
// email.
|
||||
contentBytes: Buffer.from(generateCertificateResult.request).toString('base64'),
|
||||
name: 'apple-apns-request.txt',
|
||||
name: 'apple-apns-csr.txt',
|
||||
type: 'text/plain',
|
||||
}],
|
||||
}).intercept((err)=>{
|
||||
|
Loading…
Reference in New Issue
Block a user