mirror of
https://github.com/documize/community.git
synced 2025-07-19 13:19:43 +02:00
Accept activation key during setup process
Enterprise edition only.
This commit is contained in:
parent
887c999a1e
commit
4d2f30711c
11 changed files with 161 additions and 52 deletions
|
@ -33,7 +33,9 @@ export default Route.extend({
|
|||
firstname: "",
|
||||
lastname: "",
|
||||
email: "",
|
||||
password: pwd
|
||||
password: pwd,
|
||||
activationKey: '',
|
||||
edition: document.head.querySelector("[property=edition]").content
|
||||
};
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue