Update shared.js

This commit is contained in:
kasenvr 2020-10-13 18:54:15 -04:00 committed by GitHub
parent 5725a32200
commit 9624d3bb0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -501,17 +501,16 @@ function prepareAccessTokenPrompt(callback) {
}
function createDomainIDPrompt(callback) {
swal(
{
title: 'Finish Registering Domain',
type: 'input',
text: 'Enter a label for this machine.</br></br>This will help you identify which domain ID belongs to which machine.</br></br>This is a required step for registration.</br></br>',
showCancelButton: true,
confirmButtonText: "Create",
closeOnConfirm: false,
html: true
}, function(inputValue) {
if (inputValue === false) {
swal({
title: 'Finish Registering Domain',
type: 'input',
text: 'Enter a label for this machine.</br></br>This will help you identify which domain ID belongs to which machine.</br></br>This is a required step for registration.</br></br>',
showCancelButton: true,
confirmButtonText: "Create",
closeOnConfirm: false,
html: true
}, function(inputValue) {
if (inputValue === false) {
return false;
}