Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SAN-5842 redirect personal account to instances #2064

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

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