refactor: rename project from dgray.io to kashilo.com
This commit is contained in:
@@ -319,14 +319,14 @@ class AuthModal extends HTMLElement {
|
||||
}
|
||||
|
||||
downloadBackup() {
|
||||
const content = `dgray.io Account Backup
|
||||
const content = `kashilo.com Account Backup
|
||||
========================
|
||||
|
||||
Your UUID (keep this secret!):
|
||||
${this.generatedUuid}
|
||||
|
||||
Login URL:
|
||||
https://dgray.io/#/login
|
||||
https://kashilo.com/#/login
|
||||
|
||||
Created: ${new Date().toISOString()}
|
||||
|
||||
@@ -337,7 +337,7 @@ WARNING: If you lose this UUID, you cannot recover your account!
|
||||
const url = URL.createObjectURL(blob)
|
||||
const a = document.createElement('a')
|
||||
a.href = url
|
||||
a.download = `dgray-backup-${this.generatedUuid.slice(0, 8)}.txt`
|
||||
a.download = `kashilo-backup-${this.generatedUuid.slice(0, 8)}.txt`
|
||||
a.click()
|
||||
URL.revokeObjectURL(url)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user