-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
preset can now directly trigger log-in
also made the on-demand log-in use the pretty login screen (that also supports fallback) This also improves error handling in the preset system so that user can manually resume after an interruption
- Loading branch information
Showing
8 changed files
with
74 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import validateLnwojjqti from "./IPreset.validate";export function validateIPreset(data): any[] { | ||
var res = validateLnwojjqti(data); | ||
return (res === false) ? validateLnwojjqti.prototype.constructor.errors : []; | ||
import validateeYTbsgyP from "./IPreset.validate";export function validateIPreset(data): any[] { | ||
var res = validateeYTbsgyP(data); | ||
return (res === false) ? validateeYTbsgyP.prototype.constructor.errors : []; | ||
}export function validateIPresetsState(data): any[] { | ||
var res = validateLnwojjqti(data); | ||
return (res === false) ? validateLnwojjqti.prototype.constructor.errors : []; | ||
var res = validateeYTbsgyP(data); | ||
return (res === false) ? validateeYTbsgyP.prototype.constructor.errors : []; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters