Fixed blank self-service page.

The self-service navigation has been fixed to include the root
of the navigation path.

Ticket #1445
This commit is contained in:
Endi S. Dewata 2011-07-06 17:39:49 -04:00 committed by Adam Young
parent e4a444ba81
commit 158bb676fd

View File

@ -101,6 +101,8 @@ IPA.self_serv_navigation = function(spec) {
} else {
var state = {
'navigation': 'identity',
'identity': 'user',
'user-pkey': pkey || IPA.whoami_pkey,
'user-facet': facet || 'details'
};