MCPcopy Create free account
hub / github.com/angular-app/angular-app / onLoginDialogClose

Function onLoginDialogClose

client/src/common/security/security.js:30–38  ·  view source on GitHub ↗
(success)

Source from the content-addressed store, hash-verified

28 }
29 }
30 function onLoginDialogClose(success) {
31 loginDialog = null;
32 if ( success ) {
33 queue.retryAll();
34 } else {
35 queue.cancelAll();
36 redirect();
37 }
38 }
39
40 // Register a handler for when an item is added to the retry queue
41 queue.onItemAddedCallbacks.push(function(retryItem) {

Callers

nothing calls this directly

Calls 1

redirectFunction · 0.85

Tested by

no test coverage detected