Skip to content

Conversation

henrymollman
Copy link
Contributor

When the user first hits the index page, redirect them to the instances page if they have no granted orgs (i.e. a personal account)

…es page if they have no granted orgs (i.e. a personal account)
@henrymollman henrymollman force-pushed the SAN-5842-skip-org-select branch from aa8802c to 988e673 Compare March 8, 2017 00:06
Copy link
Member

@Nathan219 Nathan219 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code looks fine

@@ -83,7 +83,7 @@ describe('serviceFetch'.bold.underline.blue, function () {
var fetchUserPromise = fetchUser();
$rootScope.$digest();
expect(fetchUserPromise, 'Returned err').to.eventually.rejectedWith(err);
expect(windowMock.location).to.equal('https://runnable.com');
expect(windowMock.location).to.equal('https://runnable.io');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What should this actually be?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants